From 08debb258790ea17c4a24bf76191d3c5e1621564 Mon Sep 17 00:00:00 2001 From: Facundo Giuliani Date: Mon, 1 Aug 2022 15:38:34 -0300 Subject: [PATCH] fix: add language to bridge config --- lib/types.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/types.ts b/lib/types.ts index 82462de..4146b13 100644 --- a/lib/types.ts +++ b/lib/types.ts @@ -35,6 +35,7 @@ export interface StoryblokBridgeConfigV2 { resolveRelations?: string[]; customParent?: string; preventClicks?: boolean; + language?: string; } export interface StoryblokBridgeV2 {