UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 216 B
/** Instance reinstall input */ export interface Reinstall { /** Image ID */ imageId: string; /** Region of the image to reinstall */ imageRegionName: string; } //# sourceMappingURL=Reinstall.d.ts.map