Interface bodyChange

interface bodyChange {
    command: string;
    commandType: string;
    parameter: string;
}

Properties

command: string
commandType: string
parameter: string