Type Alias: WriteResourcePayload<T, Method>
WriteResourcePayload<
T
,Method
> =object
Defined in: schemas/v2/modifiable.ts:76
Type Parameters
T
T
extends WriteResourceType
Method
Method
extends RequestMethod
Properties
data
data:
Method
extendsPost
?Omit
<AttributeItem
<T
,ModifiableResourceAttributes
<T
,Method
>>,"id"
> :AttributeItem
<T
,ModifiableResourceAttributes
<T
,Method
>> &ModifiableResourceRelationships
<T
,Method
>
Defined in: schemas/v2/modifiable.ts:80