mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-09-02 08:03:42 +00:00
mile
This commit is contained in:
@@ -64,6 +64,8 @@ export interface LastMileRecord {
|
||||
distanceKm?: number | null;
|
||||
vehicle?: LastMileVehicle | null;
|
||||
}>;
|
||||
/** Present only when an invoice has actually been generated (not on distance). */
|
||||
invoice?: { number: string; status: string } | null;
|
||||
createdAt: string;
|
||||
updatedAt: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user