export interface IEvolutionMessageKeyResponse {
    fromMe: boolean;
    id: string;
    remoteJid: string;
}
