Skip to content
Snippets Groups Projects
Verified Commit d41fb2c4 authored by Defendi Alberto's avatar Defendi Alberto
Browse files

Adapt to api data.

parent 2360cf9a
No related branches found
No related tags found
2 merge requests!69Possibility to insert a reservation and new docs.,!67Insert a reservation and search by senior.
...@@ -5,5 +5,4 @@ export type InsertReservationType = { ...@@ -5,5 +5,4 @@ export type InsertReservationType = {
insertedBy: number; insertedBy: number;
tripStages: TripStageType[]; tripStages: TripStageType[];
driverShift: string | null; driverShift: string | null;
estimatedBeAt: Date;
}; };
export type LocationType = { export type LocationType = {
address: string; address: string;
id?: 11;
name?: string;
lat?: number;
lng?: number;
}; };
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment