UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

10 lines 274 B
/** A share access path */ export interface NetAppShareAccessPath { /** Access path ID */ id: string; /** Access path */ path: string; /** Is this the preferred access path? */ preferred: boolean; } //# sourceMappingURL=NetAppShareAccessPath.d.ts.map