UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

6 lines 144 B
/** Node reinstall payload */ export interface Reinstall { /** AOS Version */ version: string; } //# sourceMappingURL=Reinstall.d.ts.map