@refinio/one.models
    Preparing search index...
    interface NotifiedUsers {
        $type$: "NotifiedUsers";
        $versionHash$?: SHA256Hash<VersionNode>;
        existingMatches?: Map<SHA256IdHash<Person>, Set<SHA256Hash<MatchResponse>>>;
        name: string;
    }
    Index

    Properties

    $type$: "NotifiedUsers"
    $versionHash$?: SHA256Hash<VersionNode>
    existingMatches?: Map<SHA256IdHash<Person>, Set<SHA256Hash<MatchResponse>>>
    name: string