Image used as status in profiles

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

Properties

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