Interface CommandExecuteInputDTO

CommandExecuteInputDTO

interface CommandExecuteInputDTO {
    command: string;
}

Properties

Properties

command: string

CommandExecuteInputDTO