prorm API Reference
    Preparing search index...

    Interface ThroughOptions

    The join table of a many-to-many association, and any extra attributes carried on it.

    interface ThroughOptions {
        model: string | ModelStatic<any>;
        as?: string;
        foreignKey?: string | AssociationForeignKeyOptions;
        otherKey?: string | AssociationForeignKeyOptions;
        scope?: AssociationScope;
        timestamps?: boolean;
    }
    Index
    model: string | ModelStatic<any>
    as?: string
    foreignKey?: string | AssociationForeignKeyOptions
    otherKey?: string | AssociationForeignKeyOptions
    timestamps?: boolean