UNPKG

@veeroute/lss-studio-angular

Version:

OpenAPI client for @veeroute/lss-studio-angular

27 lines (26 loc) 733 B
/** * VRt.Studio [ST] * * The version of the OpenAPI document: 7.18.2755 * Contact: servicedesk@veeroute.com * * NOTE: This class is auto generated by OpenAPI Generator. * Do not edit the class manually. */ import { BreakStudio } from './break'; /** * Rules for accounting for breaks. */ export interface BreakRulesStudio { [key: string]: any | any; first: BreakStudio | null; consecutive?: BreakStudio | null; /** * Type of accounting for time spent moving between locations (total or continuous). */ relocating_duration_type?: BreakRulesStudioRelocatingDurationTypeEnum; } export declare enum BreakRulesStudioRelocatingDurationTypeEnum { TOTAL = "TOTAL", CONTINUOUS = "CONTINUOUS" }