Skip to content

JsonApiIndex

Shape of a JSON:API index response.

Properties

data

data: [];

Source

json-api-client/src/types.ts:135


jsonapi

jsonapi: object;

meta

meta: object;
Index signature

[metaProperty: string]: string | object

version

version: string;

Source

json-api-client/src/types.ts:129


links: object;

Index signature

[resourceType: string]: object

Source

json-api-client/src/types.ts:139


meta

meta: object;

Index signature

[metaProperty: string]: string | object

Source

json-api-client/src/types.ts:136