Type Alias TemplateWhatsapp

TemplateWhatsapp: TemplateDefaultType & {
    category_type: string;
    components?: {
        body?: string;
        buttons: { cta_buttons: []; qr_buttons: string[]; type: TemplateButtons };
        footer?: string;
        header?: string;
    };
}