@bjornharrtell/json-api
Preparing search index...
ModelDefinition
Interface ModelDefinition
Model definition
interface
ModelDefinition
{
relationships
?:
Record
<
string
,
Relationship
>
;
type
:
string
;
}
Index
Properties
relationships?
type
Properties
Optional
relationships
relationships
?:
Record
<
string
,
Relationship
>
Optional relationships for the model
type
type
:
string
The JSON:API type for the model
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
relationships
type
@bjornharrtell/json-api
Loading...
Model definition