mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-08 08:53:51 +00:00
1a8b35a5ea
* feat: show spacing or overlap
2 lines
75 B
TypeScript
2 lines
75 B
TypeScript
export type TimeEntryField = 'timeStart' | 'timeEnd' | 'durationOverride';
|