Skip to main content

Interface: RecomputeInput

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

Properties

assignmentId

assignmentId: string

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


companyId

companyId: string

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


contractorId

contractorId: string

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


entryDate

entryDate: string

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

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


notes?

optional notes?: string | null

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

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