Type alias ModelType<TCreationAttributes, TModelAttributes>

ModelType<TCreationAttributes, TModelAttributes>: (new (values?, options?) => Model<TModelAttributes, TCreationAttributes>)

Type Parameters

  • TCreationAttributes extends {}

  • TModelAttributes extends {}

Type declaration

    • new (values?, options?): Model<TModelAttributes, TCreationAttributes>
    • Parameters

      • Optional values: TCreationAttributes
        Optional
      • Optional options: any
        Optional

      Returns Model<TModelAttributes, TCreationAttributes>

Generated using TypeDoc