export interface OutsideAddressEventData { _id: string; cep: string; street: string; neighborhood: string; complement: string; city: string; state: string; number: number; country: string; cityCode: string; version: number; }