@veeroute/lss-studio-angular
Version:
OpenAPI client for @veeroute/lss-studio-angular
28 lines (27 loc) • 896 B
TypeScript
/**
* VRt.Studio [ST]
*
* The version of the OpenAPI document: 7.23.2926
* Contact: servicedesk@veeroute.com
*
* NOTE: This class is auto generated by OpenAPI Generator.
* Do not edit the class manually.
*/
/**
* Service version.
*/
export interface VersionResultStudio {
[key: string]: any | any;
/**
* Product version. Within a single version, compatibility of common data structures between services is guaranteed. A version change indicates changes that are incompatible with previous versions of the product (and all services).
*/
major: number;
/**
* Minor version of the service. A version change indicates new functionality. The update is backward compatible with the major version of the service.
*/
minor: number;
/**
* Build version. Contains backwards compatible bug fixes and docs update.
*/
build: string;
}