interface Someone {
    $type$: "Someone";
    $versionHash$?: SHA256Hash<VersionNode>;
    identities: Map<SHA256IdHash<Person>, Set<SHA256IdHash<Profile>>>;
    mainProfile: SHA256IdHash<Profile>;
    someoneId: string;
}

Properties

$type$: "Someone"
$versionHash$?: SHA256Hash<VersionNode>
identities: Map<SHA256IdHash<Person>, Set<SHA256IdHash<Profile>>>
mainProfile: SHA256IdHash<Profile>
someoneId: string