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

Properties

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