Type alias Field<T>

Field<T>: string & Exclude<keyof T, Exclude<keyof Model, "uuid" | "created" | "modified">>

Type alias for all Fields, i.e., own enumerable properties (excluding internally used ones), of classes extending the abstract Model base class.

Type Parameters

Generated using TypeDoc