Type Alias: CalendarTimeEntry
type CalendarTimeEntry = WorkTimeEntry & { color: string; projectTitle: string;};Defined in: packages/db/src/entities/work/appointment/appointment.types.ts:34
Type Declaration
Section titled “Type Declaration”| Name | Type | Defined in |
|---|---|---|
color | string | packages/db/src/entities/work/appointment/appointment.types.ts:36 |
projectTitle | string | packages/db/src/entities/work/appointment/appointment.types.ts:35 |