diff --git a/packages/next-drupal/src/types.ts b/packages/next-drupal/src/types.ts index ebd5cb624..4b1fa44a5 100644 --- a/packages/next-drupal/src/types.ts +++ b/packages/next-drupal/src/types.ts @@ -429,6 +429,7 @@ export interface DrupalNode extends JsonApiResourceWithPath { title: string default_langcode: boolean sticky: boolean + promote: boolean } export interface DrupalParagraph extends JsonApiResource {