interface IRollbackConfigStore<RollbackConfig> {
    getConfig(): Promise<RollbackConfig>;
}

Type Parameters

  • RollbackConfig

Methods

Methods