Skip to main content

Type Alias: ContractorHistoryResult

ContractorHistoryResult = { ok: true; rows: HistoryRow[]; } | { error: string; ok: false; }

Defined in: src/server/actions/payrollInsights.ts:9