Preparing search index...
The search index is not available
@wymp/types
@wymp/types
Api
SingleResponse
Type alias SingleResponse<Resource, Included, Meta>
Single
Response
<
Resource
,
Included
,
Meta
>
:
{
t
:
"single"
;
data
:
Resource
;
included
?:
Included
[]
;
meta
?:
Meta
;
}
A typical single resource response
Type Parameters
Resource
extends
unknown
=
unknown
Included
extends
unknown
=
unknown
Meta
extends
unknown
=
unknown
Type declaration
t
:
"single"
data
:
Resource
Optional
included
?:
Included
[]
Optional
meta
?:
Meta
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
@wymp/types
Api
Audit
Auth
PartialSelect
Generated using
TypeDoc
A typical single resource response