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

Adapt props to api data.

parent fd0ea154
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.
......@@ -4,4 +4,6 @@ export type TripStageType = {
location: LocationType;
number: number;
estimatedBeAt: Date;
realBeAt?: Date;
driverShift?: null;
};
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