export interface RequestProcurementFieldsUpdate { confirmedPrice?: boolean; comments?: string; paymentStatus?: string; paymentDueDate?: string; paidDate?: string; paidAmount?: number; paidByEmployee?: string; utrNumber?: string; vendorBillNumber?: string; $unset?: string[]; }