@storyblok/js 2.0.1 → 2.0.2
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/types/types.d.ts +1 -1
- package/package.json +1 -1
package/dist/types/types.d.ts
CHANGED
@@ -59,4 +59,4 @@ ISbAlternateObject, // previously AlternateObject
|
|
59
59
|
ISbStoriesParams, // previously StoriesParams
|
60
60
|
ISbStoryParams, // previously StoryParams
|
61
61
|
ISbRichtext, // previously Richtext
|
62
|
-
RichtextResolver, } from "storyblok-js-client";
|
62
|
+
RichtextResolver, RichtextSchema, } from "storyblok-js-client";
|