/** * VRt.Universal [UV] * * The version of the OpenAPI document: 7.26.3024 * Contact: servicedesk@veeroute.com * * NOTE: This class is auto generated by OpenAPI Generator. * Do not edit the class manually. */ import { FeatureLifetimeUniversal } from './featureLifetime'; /** * Transport [compatibilities](#section/Description/Compatibilities). */ export interface TransportCompatibilitiesUniversal { [key: string]: any | any; /** * A list of tags that define a property or requirement. */ transport_features?: Array; /** * List of feature tag lifetime. */ transport_features_lifetimes?: Array; /** * A list of tags that define a property or requirement. */ performer_restrictions?: Array; }