interface RoflmarketQueuedCommand {
    cmd: Uint8Array;
    id: CommandID;
}

Properties

Properties

cmd: Uint8Array