UNPKG

192 BTypeScriptView Raw
1import { ModelType } from '../model/model';
2export declare type ModelClassGetter<TCreationAttributes, TModelAttributes> = (returns?: void) => ModelType<TCreationAttributes, TModelAttributes>;