prorm API Reference
← Documentation
GitLab
Preparing search index...
core/types
PrormModelDefinition
Type Alias PrormModelDefinition
The shape stored in
Prorm.modelDefinitions
.
type
PrormModelDefinition
=
{
attributes
:
Record
<
string
,
AttributeOptions
>
;
options
:
ModelOptions
;
}
Index
Properties
attributes
options
Properties
attributes
attributes
:
Record
<
string
,
AttributeOptions
>
options
options
:
ModelOptions
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
attributes
options
← Documentation
GitLab
prorm API Reference
Loading...
The shape stored in
Prorm.modelDefinitions.