Skip to content

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

NameTypeDefined in
cashflowTables<"single_cashflow"> | nullpackages/db/src/entities/finance/payout/payout.types.ts:6
contact?Contact | nullpackages/db/src/entities/finance/payout/payout.types.ts:5
work_projectTables<"work_project"> | nullpackages/db/src/entities/finance/payout/payout.types.ts:7
work_time_entriesTables<"work_time_entry">[]packages/db/src/entities/finance/payout/payout.types.ts:8