Interface BusinessProfilePhotoResponse

interface BusinessProfilePhotoResponse {
    error?: string;
    message?: string;
    status: string;
    url: string;
}

Hierarchy (View Summary)

Properties

error?: string
message?: string
status: string
url: string