@refinio/one.models
    Preparing search index...
    interface GroupProfile {
        $type$: "GroupProfile";
        $versionHash$?: SHA256Hash<VersionNode>;
        group: SHA256IdHash<Group>;
        name: string;
        picture: SHA256Hash<BLOB>;
    }
    Index

    Properties

    $type$: "GroupProfile"
    $versionHash$?: SHA256Hash<VersionNode>
    group: SHA256IdHash<Group>
    name: string
    picture: SHA256Hash<BLOB>