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