Skip to content

Commit f662676

Browse files
fix: add missing resolveRelations ts definition
1 parent f134bde commit f662676

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dist/index.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ declare global {
2121
callback: (payload?: StoryblokEventPayload) => void
2222
) => void
2323
addComments: (tree: StoryblokComponent<string>, storyId: string) => StoryblokComponent<string>
24+
resolveRelations: (story: any, resolve: string[], callback: (storyContent: any) => void) => void
2425
}
2526
interface Window {
2627
storyblok: StoryblokBridge

0 commit comments

Comments
 (0)