@storyblok/js 1.8.1 → 1.8.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
@@ -12,7 +12,7 @@ export interface SbInitResult {
|
|
12
12
|
storyblokApi?: StoryblokClient;
|
13
13
|
}
|
14
14
|
export declare type SbPluginFactory = (options: SbSDKOptions) => any;
|
15
|
-
export declare type SbBlokKeyDataTypes = string | number | object | boolean;
|
15
|
+
export declare type SbBlokKeyDataTypes = string | number | object | boolean | undefined;
|
16
16
|
export interface SbBlokData extends StoryblokComponent<string> {
|
17
17
|
[index: string]: SbBlokKeyDataTypes;
|
18
18
|
}
|