- Preparing search index...
- The search index is not available
biorate
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>