/** * 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 { BreakRulesUniversal } from './breakRules'; import { RestRulesUniversal } from './restRules'; /** * Work and rest rules. */ export interface WorkAndRestRulesUniversal { [key: string]: any | any; rest_rules?: RestRulesUniversal | null; break_rules?: BreakRulesUniversal | null; /** * A list of locations keys in which the counters for breaks and rest are reset when located. */ reset_location_keys?: Array; /** * A list of location keys whose stay is not taken into account in the total execution time counter. */ ignore_location_keys?: Array; }