sda
Version:
Software development assistant
12 lines (11 loc) • 346 B
TypeScript
import ExecutionConfig from '../ExecutionConfig';
export declare enum Operations {
RunCommands = 0,
ListEnvironments = 1,
ListCommands = 2,
ListTemplates = 3,
SetupEnvironment = 4,
AttachEnvironment = 5,
Help = 6
}
export declare function getOperationsMap(): Map<Operations, (ec: ExecutionConfig) => void>;