@veeroute/lss-studio-angular
Version:
OpenAPI client for @veeroute/lss-studio-angular
29 lines (28 loc) • 790 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.
*/
import { FeatureLifetimeStudio } from './featureLifetime';
/**
* Transport [compatibilities](#section/Description/Compatibilities).
*/
export interface TransportCompatibilitiesStudio {
[key: string]: any | any;
/**
* A list of tags that define a property or requirement.
*/
transport_features?: Array<string>;
/**
* List of feature tag lifetime.
*/
transport_features_lifetimes?: Array<FeatureLifetimeStudio>;
/**
* A list of tags that define a property or requirement.
*/
performer_restrictions?: Array<string>;
}