refactor(FE-311): Use latest_approval instead of approval

This commit is contained in:
rstubryan
2025-12-08 18:14:38 +07:00
parent ce75eb25d7
commit a7d884b5f0
2 changed files with 8 additions and 9 deletions
-1
View File
@@ -61,7 +61,6 @@ export type BasePurchase = {
location?: Location;
warehouse?: Warehouse;
items?: PurchaseItem[];
approval?: BaseApproval;
latest_approval?: BaseApproval;
};