export interface AddressEventData { _id: string; cep: string; street: string; neighborhood: string; complement: string; city: string; state: string; number: number; country: string; cityCode: string; geo?: { type: string; coordinates: [number, number]; }; version: number; }