@refinio/one.models
    Preparing search index...
    type ProfileData = {
        certificates: CertificateData[];
        keys: HexString[];
        names: string[];
        owner: SHA256IdHash<Person>;
        personId: SHA256IdHash<Person>;
        profileHash: SHA256Hash<Profile>;
        profileId: string;
        profileIdHash: SHA256IdHash<Profile>;
        timestamp: number;
    }
    Index

    Properties

    certificates: CertificateData[]
    keys: HexString[]
    names: string[]
    owner: SHA256IdHash<Person>
    personId: SHA256IdHash<Person>
    profileHash: SHA256Hash<Profile>
    profileId: string
    profileIdHash: SHA256IdHash<Profile>
    timestamp: number