export AvatarBytes

interface AvatarBytes {
    base64_bytes?: null | string;
}

Properties

Properties

base64_bytes?: null | string

A base64 encoded byte array for the PNG image