import { IZoneTypeSystem } from "./zone_type_system"; /** A zone type that is a customer. */ export interface IZoneTypeCustomer extends IZoneTypeSystem { } //# sourceMappingURL=zone_type_customer.d.ts.map