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