Interface StoryConfiguration

interface StoryConfiguration {
    build(): Record<string, any>;
}

Implemented by

Methods

Methods

  • Returns Record<string, any>