UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 228 B
/** A share replication source */ export interface NetAppShareReplicationSource { /** Service ID */ serviceID: string; /** Share ID */ shareID: string; } //# sourceMappingURL=NetAppShareReplicationSource.d.ts.map