export interface ComponentStoryGeneratorOptions {
  projectPath: string;
  interactionTests?: boolean;
  componentName: string;
  componentPath: string;
  componentFileName: string;
  skipFormat?: boolean;
}
