@veeroute/lss-studio-angular
Version:
OpenAPI client for @veeroute/lss-studio-angular
24 lines (23 loc) • 653 B
TypeScript
/**
* VRt.Studio [ST]
*
* The version of the OpenAPI document: 7.18.2755
* Contact: servicedesk@veeroute.com
*
* NOTE: This class is auto generated by OpenAPI Generator.
* Do not edit the class manually.
*/
/**
* Additional time for the execution of the application by a certain performer.
*/
export interface DemandExtraDurationStudio {
[key: string]: any | any;
/**
* The key of the ticket whose events need to increase the execution time.
*/
demand_key: string;
/**
* Time duration according to [ISO 8601 duration](https://en.wikipedia.org/wiki/ISO_8601#Durations).
*/
additional_duration: string;
}