Skip to content

Commit

Permalink
Merge pull request #23488 from DotwoodMedia/fixed-config-type
Browse files Browse the repository at this point in the history
Added `expanded` to `CoreCommon_StorybookRefs` to fix typescript errors
  • Loading branch information
ndelangen committed Jul 25, 2023
2 parents 2050097 + d5f0a1c commit 23800ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/lib/types/src/modules/core-common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ export type Entry = string;

type CoreCommon_StorybookRefs = Record<
string,
{ title: string; url: string } | { disable: boolean }
{ title: string; url: string } | { disable: boolean; expanded?: boolean }
>;

export type DocsOptions = {
Expand Down

0 comments on commit 23800ab

Please sign in to comment.