UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

11 lines 250 B
import { ServiceNameEnum } from './ServiceNameEnum'; /** Service link to the pack */ export interface Service { /** */ domain: string; /** */ id: number; /** */ type: ServiceNameEnum; } //# sourceMappingURL=Service.d.ts.map