UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 207 B
/** Service update */ export interface Update { /** Service custom name */ displayName?: string; /** Enable IAM for this service */ enableIam?: boolean; } //# sourceMappingURL=Update.d.ts.map