UNPKG

@veeroute/lss-studio-angular

Version:

OpenAPI client for @veeroute/lss-studio-angular

28 lines (27 loc) 819 B
/** * VRt.Studio [ST] * * The version of the OpenAPI document: 7.23.2926 * Contact: servicedesk@veeroute.com * * NOTE: This class is auto generated by OpenAPI Generator. * Do not edit the class manually. */ import { BreakRulesStudio } from './breakRules'; import { RestRulesStudio } from './restRules'; /** * Work and rest rules. */ export interface WorkAndRestRulesStudio { [key: string]: any | any; rest_rules?: RestRulesStudio | null; break_rules?: BreakRulesStudio | null; /** * A list of locations keys in which the counters for breaks and rest are reset when located. */ reset_location_keys?: Array<string>; /** * A list of location keys whose stay is not taken into account in the total execution time counter. */ ignore_location_keys?: Array<string>; }