import type { IAddress } from '../address'; export interface ICreateFacilityResponse { id: number; name: string; address: Omit; } //# sourceMappingURL=create-facility.response.d.ts.map