Interface BusinessProfileResponse

interface BusinessProfileResponse {
    business: BusinessProfile;
    error?: string;
    message?: string;
    status: string;
}

Hierarchy (View Summary)

Properties

business: BusinessProfile
error?: string
message?: string
status: string