Skip to content

Commit

Permalink
fix: add missing resolveRelations ts definition
Browse files Browse the repository at this point in the history
  • Loading branch information
onefriendaday authored Jul 20, 2020
1 parent f134bde commit f662676
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dist/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ declare global {
callback: (payload?: StoryblokEventPayload) => void
) => void
addComments: (tree: StoryblokComponent<string>, storyId: string) => StoryblokComponent<string>
resolveRelations: (story: any, resolve: string[], callback: (storyContent: any) => void) => void
}
interface Window {
storyblok: StoryblokBridge
Expand Down

0 comments on commit f662676

Please sign in to comment.