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

    Message that transports a profile object.

    interface IdentityMessage {
        command: "identity";
        obj: Identity;
    }
    Index

    Properties

    Properties

    command: "identity"