Skip to main content

Interface: RecomputeInput

Defined in: src/server/services/timeEntry.ts:14

Properties

assignmentId

assignmentId: string

Defined in: src/server/services/timeEntry.ts:17


companyId

companyId: string

Defined in: src/server/services/timeEntry.ts:15


contractorId

contractorId: string

Defined in: src/server/services/timeEntry.ts:16


entryDate

entryDate: string

Defined in: src/server/services/timeEntry.ts:19

Business day (YYYY-MM-DD) in the facility timezone.


notes?

optional notes?: string | null

Defined in: src/server/services/timeEntry.ts:21

Optional notes to set on the day's entry (left unchanged when undefined).