UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 231 B
/** NetApp share updatable properties */ export interface NetAppShareUpdate { /** New share description */ description?: string; /** New share name */ name?: string; } //# sourceMappingURL=NetAppShareUpdate.d.ts.map