Type alias WhatsAppTemplateComponent
Whats
App
Template
Component
: { example
?: Record<string, unknown>; format
?: WhatsAppTemplateHeaderFormat; text
?: string; type
: "HEADER"; } | { example
?: Record<string, unknown>; text
: string; type
: "BODY"; } | { text
: string; type
: "FOOTER"; } | { buttons
: WhatsAppTemplateButton[]; type
: "BUTTONS"; }