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

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

    interface Leute {
        $type$: "Leute";
        $versionHash$?: SHA256Hash<VersionNode>;
        appId: "one.leute";
        group: SHA256IdHash<Group>[];
        me: SHA256IdHash<Someone>;
        other: SHA256IdHash<Someone>[];
    }
    Index

    Properties

    $type$: "Leute"
    $versionHash$?: SHA256Hash<VersionNode>
    appId: "one.leute"
    group: SHA256IdHash<Group>[]
    me: SHA256IdHash<Someone>
    other: SHA256IdHash<Someone>[]