Skip to content

Commit

Permalink
Merge pull request #74 from jpkha/fix/missing-type-sbBlokKeyDateTypes
Browse files Browse the repository at this point in the history
fix: sbBlokKeyDataTypes missing for boolean type #73
  • Loading branch information
fgiuliani authored Jul 15, 2022
2 parents 3166cb6 + a273e33 commit 883f51b
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 @@ -17,7 +17,7 @@ export interface SbInitResult {
}

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

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

0 comments on commit 883f51b

Please sign in to comment.