Represents a named SSH command configured for a device.

interface DeviceCommand {
    command: string;
    name: string;
}

Properties

Properties

command: string
name: string