Type alias ModelClassGetter<TCreationAttributes, TModelAttributes>

ModelClassGetter<TCreationAttributes, TModelAttributes>: ((returns?) => ModelType<TCreationAttributes, TModelAttributes>)

Type Parameters

  • TCreationAttributes extends {}

  • TModelAttributes extends {}

Type declaration

    • (returns?): ModelType<TCreationAttributes, TModelAttributes>
    • Parameters

      • Optional returns: void
        Optional

      Returns ModelType<TCreationAttributes, TModelAttributes>

Generated using TypeDoc