UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

10 lines 183 B
/** Detailed version */ export interface Version { /** */ build: string; /** */ major: string; /** */ minor: string; } //# sourceMappingURL=Version.d.ts.map