export interface WhatsAppTemplateLocationParamDetails {
    latitude: string;
    longitude: string;
    name: string;
    address: string;
}
