@refinio/one.models
    Preparing search index...

    Message that transports a person id object.

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

    Properties

    Properties

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