Interface that a kassette configuration file should export.

interface IConfigurationFile {
    getConfiguration(arg): ConfigurationSpec | Promise<ConfigurationSpec>;
}

Methods

Generated using TypeDoc