diff --git a/lib/types.ts b/lib/types.ts index 72855d09..3f3b611e 100644 --- a/lib/types.ts +++ b/lib/types.ts @@ -59,6 +59,7 @@ export interface StoryblokBridgeConfigV2 { customParent?: string; preventClicks?: boolean; language?: string; + resolveLinks?: "url" | "story" | "0" | "1" | "link"; } export interface StoryblokBridgeV2 {