next-drupal / JsonApiOptions

Type Alias: JsonApiOptions

JsonApiOptions: object & JsonApiWithAuthOption & { defaultLocale: Locale; locale: Locale; } | { defaultLocale: never; locale: undefined; }

Defined in: packages/next-drupal/src/types/options.ts:13

Type declaration

deserialize?

optional deserialize: boolean

params?

optional params: JsonApiParams