import { IZoneTypeSystem } from "./zone_type_system"; /** Zone Type that is an office zone. */ export interface IZoneTypeOffice extends IZoneTypeSystem { } //# sourceMappingURL=zone_type_office.d.ts.map