/** * 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 { TimeWindowUniversal } from './timeWindow'; /** * Tag life time window. */ export interface FeatureLifetimeUniversal { [key: string]: any | any; /** * Tag used to determine [compatibility](#section/Description/Compatibilities). */ feature: string; /** * A list of time windows within which the specified tag exists. If compatibility is affected by several features with different windows - entities will be considered compatible within the intersection of windows. There cannot be more than 4 intersections of the specified windows for all tags for one performer. */ time_windows: Array; }