export interface WhatsAppTemplateDocumentParamDetails {
    link: string;
    filename?: string;
}
