export interface WhatsAppOutboundMessageResponse {
    conversationId: string;
}
