@refinio/one.models
    Preparing search index...
    interface IoMRequest {
        $type$: "IoMRequest";
        alternateId: SHA256IdHash<Person>;
        initiator: SHA256IdHash<Person>;
        mainId: SHA256IdHash<Person>;
        mode: "full" | "light";
        timestamp: number;
    }
    Index

    Properties

    $type$: "IoMRequest"
    alternateId: SHA256IdHash<Person>
    initiator: SHA256IdHash<Person>
    mainId: SHA256IdHash<Person>
    mode: "full" | "light"
    timestamp: number