UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 255 B
/** Share snapshot updatable properties */ export interface NetAppShareSnapshotUpdate { /** New snapshot description */ description?: string; /** New snapshot name */ name?: string; } //# sourceMappingURL=NetAppShareSnapshotUpdate.d.ts.map