@veeroute/lss-universal-angular
Version:
OpenAPI client for @veeroute/lss-universal-angular
24 lines (23 loc) • 430 B
TypeScript
/**
* VRt.Universal [UV]
*
* 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.
*/
/**
* Attribute.
*/
export interface AttributeUniversal {
[key: string]: any | any;
/**
* Attribute\'s key.
*/
key: string;
/**
* Attribute\'s value.
*/
value: string;
}