Documentation
    Preparing search index...

    Interface AttributeToSqlReferences

    interface AttributeToSqlReferences {
        deferrable?: Deferrable;
        key?: string;
        table: TableOrModel;
    }
    Index
    deferrable?: Deferrable
    key?: string