APIType AliasesModelTypesOn this pageType Alias: ModelTypes<T, R> ModelTypes<T, R> = WhateverTypes & IModel<T, R> & (data, options?) => IDocument<T> Defined in: model/model.types.ts:35 Type Parameters T T = any R R = any