export type OrderStatus = { type: 'orderStatusClockIn'; } | { type: 'orderStatusClockOut'; } | { type: 'orderStatusCustom'; value: string; }; //# sourceMappingURL=OrderStatus.d.ts.map