mirror of
https://github.com/sysadminsmedia/homebox.git
synced 2025-12-24 06:28:34 +01:00
Update to add total price
This commit is contained in:
@@ -232,6 +232,7 @@ export interface LocationOut {
|
||||
id: string;
|
||||
name: string;
|
||||
parent: LocationSummary;
|
||||
totalPrice: number;
|
||||
updatedAt: Date | string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user