mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-09-07 15:25:45 +00:00
add contract link
This commit is contained in:
@@ -26,14 +26,19 @@ export interface ConsolidationApprovalRow {
|
||||
scheduledDate?: string | null;
|
||||
bookingReference?: string | null;
|
||||
partnerBookingReference?: string | null;
|
||||
/** Contract each half was created under — reviewers work by contract. */
|
||||
contractReference?: string | null;
|
||||
partnerContractReference?: string | null;
|
||||
booking?: {
|
||||
id: string;
|
||||
reference?: string;
|
||||
contractId?: string | null;
|
||||
company?: { name?: string } | null;
|
||||
} | null;
|
||||
partnerBooking?: {
|
||||
id: string;
|
||||
reference?: string;
|
||||
contractId?: string | null;
|
||||
company?: { name?: string } | null;
|
||||
} | null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user