export interface GpStoryConfig {
  componentName: string;
  componentPath: string;
  /** Title of story.  Learn how to  */
  title: string;
  /** absolute path to story config, added at story generation time */
  path?: string;
}
