UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 156 B
/** Installation image for a VPS */ export interface Image { /** */ id: string; /** */ name: string; } //# sourceMappingURL=Image.d.ts.map