Skip to content

Commit

Permalink
Merge pull request #134 from tricki/patch-1
Browse files Browse the repository at this point in the history
fix: add undefined to SbBlokKeyDataTypes
  • Loading branch information
fgiuliani authored Sep 9, 2022
2 parents 5572b20 + 90a8f87 commit e5fe5af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export interface SbInitResult {
}

export type SbPluginFactory = (options: SbSDKOptions) => any;
export type SbBlokKeyDataTypes = string | number | object | boolean;
export type SbBlokKeyDataTypes = string | number | object | boolean | undefined;

export interface SbBlokData extends StoryblokComponent<string> {
[index: string]: SbBlokKeyDataTypes;
Expand Down

0 comments on commit e5fe5af

Please sign in to comment.