export interface CommandContainer {
    command: string | string[];
}
