UNPKG

@veeroute/lss-studio-angular

Version:

OpenAPI client for @veeroute/lss-studio-angular

29 lines (28 loc) 790 B
/** * 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'; /** * Performer [compatibilities](#section/Description/Compatibilities). */ export interface PerformerCompatibilitiesStudio { [key: string]: any | any; /** * A list of tags that define a property or requirement. */ performer_features?: Array<string>; /** * List of feature tag lifetime. */ performer_features_lifetimes?: Array<FeatureLifetimeStudio>; /** * A list of tags that define a property or requirement. */ transport_restrictions?: Array<string>; }