import type { Linter } from '@nrwl/linter'; export interface StorybookConfigurationOptions { configureCypress: boolean; generateCypressSpecs: boolean; generateStories: boolean; linter: Exclude; name: string; cypressDirectory?: string; tsConfiguration?: boolean; }