Type Alias: Payout
type Payout = Tables<"payout"> & { cashflow: Tables<"single_cashflow"> | null; contact?: Contact | null; work_project: Tables<"work_project"> | null; work_time_entries: Tables<"work_time_entry">[];};Defined in: packages/db/src/entities/finance/payout/payout.types.ts:4
Type Declaration
Section titled “Type Declaration”| Name | Type | Defined in |
|---|---|---|
cashflow | Tables<"single_cashflow"> | null | packages/db/src/entities/finance/payout/payout.types.ts:6 |
contact? | Contact | null | packages/db/src/entities/finance/payout/payout.types.ts:5 |
work_project | Tables<"work_project"> | null | packages/db/src/entities/finance/payout/payout.types.ts:7 |
work_time_entries | Tables<"work_time_entry">[] | packages/db/src/entities/finance/payout/payout.types.ts:8 |