Image used to represent the person.

interface ProfileImage {
    $type$: "ProfileImage";
    image: SHA256Hash<BLOB>;
}

Properties

Properties

$type$: "ProfileImage"
image: SHA256Hash<BLOB>