UNPKG

@accounter/server

Version:

The test suite is split into three Vitest projects for efficiency and isolation:

6 lines (4 loc) 221 B
import type { AccountantApprovalModule } from '../types.js'; export const commonChargeFields: AccountantApprovalModule.ChargeResolvers = { accountantApproval: DbCharge => DbCharge.accountant_status ?? 'UNAPPROVED', };