Message that transports a person id object.

interface InstanceIdObjectMessage {
    command: "instance_id_object";
    obj: Pick<Instance, "name" | "$type$" | "owner">;
}

Properties

Properties

command: "instance_id_object"
obj: Pick<Instance, "name" | "$type$" | "owner">