diff --git a/packages/schema-blocks/src/functions/gutenberg/watchers/warningWatcher.ts b/packages/schema-blocks/src/functions/gutenberg/watchers/warningWatcher.ts index 146d9f743..6a0c70b52 100644 --- a/packages/schema-blocks/src/functions/gutenberg/watchers/warningWatcher.ts +++ b/packages/schema-blocks/src/functions/gutenberg/watchers/warningWatcher.ts @@ -16,6 +16,13 @@ enum WarningType { BLOCK_RECOMMENDED } +type yoastLinks = { + yoastSchemaBlocks: { + requiredLink: string; + recommendedLink: string; + }; +} + /** * Gets the inner blocks instruction of the block definition with the given name. * @@ -55,7 +62,7 @@ function getDefaultWarningMessage( blockTitle: string, warningType: WarningType "yoast-schema-blocks", ), blockTitle, - '', + '', "", ); } @@ -68,7 +75,7 @@ function getDefaultWarningMessage( blockTitle: string, warningType: WarningType "yoast-schema-blocks", ), blockTitle, - '', + '', "", ); }