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?
optionalincluded:Record\<string,any>[]
Defined in: packages/next-drupal/src/types/resource.ts:19
Inherited from
jsonapi?
optionaljsonapi:object
Defined in: packages/next-drupal/src/types/resource.ts:8
meta
meta:
Record\<string,any>[]
version
version:
string
Inherited from
links?
optionallinks: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?
optionalfacets:DrupalSearchApiFacet[]