Skip to content

Commit

Permalink
Strongly type richTextResolver
Browse files Browse the repository at this point in the history
  • Loading branch information
cranberyxl committed Jan 15, 2024
1 parent 3c69c95 commit 1b0de50
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 1b0de50

Please sign in to comment.