Interface RoflmarketInstanceUpdateItem

interface RoflmarketInstanceUpdateItem {
    deployment?: RoflmarketDeploymentUpdate;
    id: MachineID;
    last_completed_cmd?: CommandID;
    metadata?: {
        [key: string]: string;
    };
    node_id?: Uint8Array;
}

Properties

last_completed_cmd?: CommandID
metadata?: {
    [key: string]: string;
}
node_id?: Uint8Array