Skip to content

Commit

Permalink
fix(SDK-52): Fix resolveRelations type
Browse files Browse the repository at this point in the history
  • Loading branch information
fgiuliani committed Jul 26, 2023
1 parent ca8d32e commit b83c878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export interface ISbEventPayload<S extends ISbComponentType<string> = any> {

// TODO: temporary till the right bridge types are updated on storyblok-js-client
export interface StoryblokBridgeConfigV2 {
resolveRelations?: string[];
resolveRelations?: string | string[];
customParent?: string;
preventClicks?: boolean;
language?: string;
Expand Down

0 comments on commit b83c878

Please sign in to comment.