Skip to content

Commit

Permalink
Merge pull request #753 from cranberyxl/chore/type-updates
Browse files Browse the repository at this point in the history
Strongly type Storyblok.richTextResolver
  • Loading branch information
Thiago Saife authored Jan 15, 2024
2 parents 998c4a6 + 1b0de50 commit d86cafc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ class Storyblok {
private resolveCounter: number
public relations: RelationsType
public links: LinksType
public richTextResolver: any
public richTextResolver: RichTextResolver
public resolveNestedRelations: boolean
private stringifiedStoriesCache: Record<string, string>

Expand Down

0 comments on commit d86cafc

Please sign in to comment.