export interface IFacility { id: number; addressId: number; createdAt: Date; updatedAt: Date; name: string; googlePlaceId: string | null; contactEmail: string | null; contactPhone: string | null; cnpj: string | null; deletedAt: Date | null; } //# sourceMappingURL=facility.entity.d.ts.map