Update to add total price

This commit is contained in:
Katos
2024-06-22 15:42:08 +01:00
parent 7096616414
commit 4d916a69af

View File

@@ -232,6 +232,7 @@ export interface LocationOut {
id: string;
name: string;
parent: LocationSummary;
totalPrice: number;
updatedAt: Date | string;
}