Type Alias: CalendarAppointment
type CalendarAppointment = Appointment & { color: string; projectTitle: string;};Defined in: packages/db/src/entities/work/appointment/appointment.types.ts:41
Type Declaration
Section titled “Type Declaration”| Name | Type | Defined in |
|---|---|---|
color | string | packages/db/src/entities/work/appointment/appointment.types.ts:43 |
projectTitle | string | packages/db/src/entities/work/appointment/appointment.types.ts:42 |