Type Alias: ContractorHistoryResult
ContractorHistoryResult = {
ok:true;rows:HistoryRow[]; } | {error:string;ok:false; }
Defined in: src/server/actions/payrollInsights.ts:9
ContractorHistoryResult = {
ok:true;rows:HistoryRow[]; } | {error:string;ok:false; }
Defined in: src/server/actions/payrollInsights.ts:9