next-drupal / DrupalSearchApiJsonApiResponse
Interface: DrupalSearchApiJsonApiResponse
Defined in: packages/next-drupal/src/types/drupal.ts:84
Extends
Indexable
[key
: string
]: any
Properties
data
data:
Record
\<string
,any
>[]
Defined in: packages/next-drupal/src/types/resource.ts:12
Inherited from
errors
errors:
JsonApiError
[]
Defined in: packages/next-drupal/src/types/resource.ts:13
Inherited from
included?
optional
included:Record
\<string
,any
>[]
Defined in: packages/next-drupal/src/types/resource.ts:19
Inherited from
jsonapi?
optional
jsonapi:object
Defined in: packages/next-drupal/src/types/resource.ts:8
meta
meta:
Record
\<string
,any
>[]
version
version:
string
Inherited from
links?
optional
links:JsonApiLinks
Defined in: packages/next-drupal/src/types/resource.ts:18
Inherited from
meta
meta:
object
&object
Defined in: packages/next-drupal/src/types/drupal.ts:85
Type declaration
count
count:
number
Type declaration
facets?
optional
facets:DrupalSearchApiFacet
[]