next-drupal / JsonApiResponse
Interface: JsonApiResponse
Defined in: packages/next-drupal/src/types/resource.ts:7
Extends
Record
\<string
,any
>
Extended by
Indexable
[key
: string
]: any
Properties
data
data:
Record
\<string
,any
>[]
Defined in: packages/next-drupal/src/types/resource.ts:12
errors
errors:
JsonApiError
[]
Defined in: packages/next-drupal/src/types/resource.ts:13
included?
optional
included:Record
\<string
,any
>[]
Defined in: packages/next-drupal/src/types/resource.ts:19
jsonapi?
optional
jsonapi:object
Defined in: packages/next-drupal/src/types/resource.ts:8
meta
meta:
Record
\<string
,any
>[]
version
version:
string
links?
optional
links:JsonApiLinks
Defined in: packages/next-drupal/src/types/resource.ts:18
meta
meta:
object
Defined in: packages/next-drupal/src/types/resource.ts:14
Index Signature
[key
: string
]: any
count
count:
number