ModelTypes
@frost-orm/frost-web-client / Exports / ModelTypes
Type alias: ModelTypes
Ƭ ModelTypes: Object
These Types are generated for Each model For more details checkout this page
Type declaration
Name | Type |
---|---|
ConnectOptions | Partial <Record <string , boolean | string | string []>> |
DisconnectOptions | Partial <Record <string , boolean | string | string [] | "all" >> | boolean | "all" |
FrostMetadata | FrostMetadata |
FullModel | FrostObject & Partial <Record <PropertyKey , any >> |
IncludeAll | Partial <Record <PropertyKey , any >> |
IncludeOptions | Partial <Record <string , boolean >> |
Model | FrostObject & Partial <Record <PropertyKey , any >> |
ModelWithMetadata | FrostObject & Partial <Record <PropertyKey , any >> |
PropertiesKeys | string |
RelationsFieldsKeys | string |
RelationsFieldsKeysByType | RelationsFieldsKeysByType |