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

    This is a global collection of all people known to the user.

    interface IoMRequestsRegistry {
        $type$: "IoMRequestsRegistry";
        $versionHash$?: SHA256Hash<VersionNode>;
        appId: "one.iom";
        requests: Set<SHA256Hash<IoMRequest>>;
    }
    Index

    Properties

    $type$: "IoMRequestsRegistry"
    $versionHash$?: SHA256Hash<VersionNode>
    appId: "one.iom"
    requests: Set<SHA256Hash<IoMRequest>>