UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 282 B
/** Information about version of the configuration */ export interface ConfigurationVersion { /** Applied version of the configuration */ applied: number; /** Latest version of the configuration */ latest: number; } //# sourceMappingURL=ConfigurationVersion.d.ts.map