UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

6 lines 144 B
/** Region volume attached to */ export interface AttachedTo { /** Instance ID */ id: string; } //# sourceMappingURL=AttachedTo.d.ts.map