export interface IEvolutionQrcode {
    code: string | null;
    base64: string | null;
    pairingCode: string | null;
    count: number;
}
