Interface UpdateProfileImageRequest

interface UpdateProfileImageRequest {
    filename: string;
    image_key: string;
    photo: Blob;
}

Properties

filename: string

name of the image

image_key: string

id for the image

photo: Blob

image file