Interface ModelGetterOptions<M>

Interface for getterMethods in InitOptions

Type Parameters

Hierarchy

  • ModelGetterOptions

Indexable

[name: string]: ((this: M) => unknown)
    • (this: M): unknown
    • Parameters

      • this: M

      Returns unknown

Generated using TypeDoc