import type { ICreateFacilityResponse } from './create-facility.response'; export interface ICreateFacilitiesResponse { facilities: ICreateFacilityResponse[]; } //# sourceMappingURL=create-facilities.response.d.ts.map