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

    Image used as status in profiles

    interface PersonImage {
        $type$: "PersonImage";
        image: SHA256Hash<BLOB>;
        location: string;
        timestamp: number;
    }
    Index

    Properties

    $type$: "PersonImage"
    image: SHA256Hash<BLOB>
    location: string
    timestamp: number