export interface IMeResponse { data: { id: string; nome: string; cnpj: string; email: string; dataContrato: string; }; }