Type Alias: ProjectAdjustment
type ProjectAdjustment = Tables<"finance_project_adjustment"> & { contact: Contact | null; paid_at: string | null;};Defined in: packages/db/src/entities/finance/project-adjustment/project-adjustment.types.ts:4
Type Declaration
Section titled “Type Declaration”| Name | Type | Defined in |
|---|---|---|
contact | Contact | null | packages/db/src/entities/finance/project-adjustment/project-adjustment.types.ts:6 |
paid_at | string | null | packages/db/src/entities/finance/project-adjustment/project-adjustment.types.ts:5 |