export interface Version {
    implementation: string;
    buildType: string;
    buildNumber: string;
    buildTime: string;
}
