Skip to content
This repository was archived by the owner on Jun 19, 2025. It is now read-only.

Commit e5fe5af

Browse files
authored
Merge pull request #134 from tricki/patch-1
fix: add undefined to SbBlokKeyDataTypes
2 parents 5572b20 + 90a8f87 commit e5fe5af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export interface SbInitResult {
1919
}
2020

2121
export type SbPluginFactory = (options: SbSDKOptions) => any;
22-
export type SbBlokKeyDataTypes = string | number | object | boolean;
22+
export type SbBlokKeyDataTypes = string | number | object | boolean | undefined;
2323

2424
export interface SbBlokData extends StoryblokComponent<string> {
2525
[index: string]: SbBlokKeyDataTypes;

0 commit comments

Comments
 (0)