diff --git a/src/story.ts b/src/story.ts index df41a93..c968756 100644 --- a/src/story.ts +++ b/src/story.ts @@ -156,7 +156,7 @@ export interface InputType { /** * @see https://storybook.js.org/docs/api/arg-types#tabletype */ - type?: { summary?: string; detail?: string }; + type?: { summary?: string | undefined; detail?: string }; }; /** * @see https://storybook.js.org/docs/api/arg-types#type