export type TimeClockActivityProps = { /** Full elapsed timer, e.g. 01:23:45 */ elapsed: string; /** Hours:minutes only for compact chrome, e.g. 1:23 */ elapsedShort: string; /** Current time, hours:minutes */ clockTime: string; description: string; clientName: string; invoiceLabel: string; };