Function: approveContractorTime()
approveContractorTime(
contractorId,periodStart,periodEnd):Promise<TimeApprovalState>
Defined in: src/server/actions/timeApproval.ts:156
Approve all of one contractor's pending hours in the period (across their facilities).
Parameters
contractorId
string
periodStart
string
periodEnd
string
Returns
Promise<TimeApprovalState>