Interface BusinessProfileAboutResponse

interface BusinessProfileAboutResponse {
    about: string;
    error?: string;
    message?: string;
    status: string;
}

Hierarchy (View Summary)

Properties

about: string
error?: string
message?: string
status: string