next-drupal / JsonApiCreateResourceBody

Interface: JsonApiCreateResourceBody

Defined in: packages/next-drupal/src/types/resource.ts:29

Properties

data

data: object

Defined in: packages/next-drupal/src/types/resource.ts:30

attributes?

optional attributes: Record\<string, any>

relationships?

optional relationships: Record\<string, JsonApiResourceBodyRelationship>

type?

optional type: string