@bjornharrtell/json-api
Preparing search index...
JsonApiResource
Interface JsonApiResource
interface
JsonApiResource
{
attributes
:
Record
<
string
,
unknown
>
;
id
?:
string
;
lid
?:
string
;
relationships
?:
Record
<
string
,
JsonApiRelationship
>
;
type
:
string
;
}
Index
Properties
attributes
id?
lid?
relationships?
type
Properties
attributes
attributes
:
Record
<
string
,
unknown
>
Optional
id
id
?:
string
Optional
lid
lid
?:
string
Optional
relationships
relationships
?:
Record
<
string
,
JsonApiRelationship
>
type
type
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
attributes
id
lid
relationships
type
@bjornharrtell/json-api
Loading...