Function BelongsToMany

  • Type Parameters

    • TCreationAttributes extends {}

    • TModelAttributes extends {}

    • TCreationAttributesThrough extends {}

    • TModelAttributesThrough extends {}

    Parameters

    • associatedClassGetter: ModelClassGetter<TCreationAttributes, TModelAttributes>
    • through: string | ModelClassGetter<TCreationAttributesThrough, TModelAttributesThrough>
    • Optional foreignKey: string
      Optional
    • Optional otherKey: string
      Optional

    Returns Function

  • Type Parameters

    • TCreationAttributes extends {}

    • TModelAttributes extends {}

    • TCreationAttributesThrough extends {}

    • TModelAttributesThrough extends {}

    Parameters

    Returns Function

Generated using TypeDoc