diff --git a/src/app/api/po/index.ts b/src/app/api/po/index.ts index 009a2e5..ac50ec4 100644 --- a/src/app/api/po/index.ts +++ b/src/app/api/po/index.ts @@ -11,6 +11,7 @@ export interface PoResult { supplier: string estimatedArrivalDate: string completedDate: string + escalated: boolean status: string pol?: PurchaseOrderLine[] }