UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

10 lines 262 B
/** Description of a service */ export interface Service { /** ID of the service */ serviceId: number; /** Name of the service */ serviceName: string; /** Type of the service */ serviceType: string; } //# sourceMappingURL=Service.d.ts.map