Álvaro Valenzuela Valdes commited on
Commit ·
8feafb7
1
Parent(s): 2f5e8ea
fix: update TenderDetailInfo type to include buyer metrics
Browse files- frontend/lib/types.ts +2 -0
frontend/lib/types.ts
CHANGED
|
@@ -130,6 +130,8 @@ export type TenderDetailInfo = {
|
|
| 130 |
has_economic_docs?: boolean;
|
| 131 |
question_count?: number;
|
| 132 |
has_adjudication?: boolean;
|
|
|
|
|
|
|
| 133 |
};
|
| 134 |
error?: string;
|
| 135 |
};
|
|
|
|
| 130 |
has_economic_docs?: boolean;
|
| 131 |
question_count?: number;
|
| 132 |
has_adjudication?: boolean;
|
| 133 |
+
buyer_complaints?: number;
|
| 134 |
+
buyer_purchases?: number;
|
| 135 |
};
|
| 136 |
error?: string;
|
| 137 |
};
|