export interface StoriesGeneratorOptions { name: string; cypressProject?: string; generateCypressSpecs?: boolean; skipFormat?: boolean; ignorePaths?: string[]; }