Type alias WABusinessProfile

WABusinessProfile: {
    address?: string;
    business_hours: {
        business_config?: WABusinessHoursConfig[];
        config?: WABusinessHoursConfig[];
        timezone?: string;
    };
    category?: string;
    description: string;
    email: string | undefined;
    website: string[];
    wid?: string;
}

Type declaration

Generated using TypeDoc