export interface WhatsAppTemplateTextParam {
    parameterName?: string;
    type?: "text";
    text: string;
}
