UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 220 B
/** A summarized representation of a service */ export interface NetAppServiceSummary { /** Service ID */ id: string; /** Service name */ name: string; } //# sourceMappingURL=NetAppServiceSummary.d.ts.map