UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 220 B
/** Service pack */ export interface ServicePack { /** Name of the Service Pack */ name: string; /** Options available in the Service Pack */ options: string[]; } //# sourceMappingURL=ServicePack.d.ts.map