export interface StoryIndexStory {
  id: StoryId;
  name: StoryName;
  title: ComponentTitle;
  importPath: Path;