UNPKG

@veeroute/lss-universal-angular

Version:

OpenAPI client for @veeroute/lss-universal-angular

30 lines (29 loc) 836 B
/** * VRt.Universal [UV] * * 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 { BreakUniversal } from './break'; /** * Rules for accounting for breaks. */ export interface BreakRulesUniversal { [key: string]: any | any; /** * The condition for the onset and characteristics of a first break. */ first: BreakUniversal; consecutive?: BreakUniversal | null; /** * Type of accounting for time spent moving between locations (total or continuous). */ relocating_duration_type?: BreakRulesUniversalRelocatingDurationTypeEnum; } export declare enum BreakRulesUniversalRelocatingDurationTypeEnum { TOTAL = "TOTAL", CONTINUOUS = "CONTINUOUS" }