/** 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