UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

7 lines 219 B
import { Enum } from './Enum'; /** The status of a Load Balancer service */ export interface Service { /** The status of your Load Balancer billing domain */ status: Enum; } //# sourceMappingURL=Service.d.ts.map