Interface CommandsType

interface CommandsType {
    power: boolean;
}

Properties

Properties

power: boolean