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

Change type.

parent d4bd2de4
No related branches found
No related tags found
2 merge requests!69Possibility to insert a reservation and new docs.,!64Pass state to avoid controlled component.
...@@ -4,7 +4,9 @@ export type Location = { ...@@ -4,7 +4,9 @@ export type Location = {
export type InsertReservationProps = { export type InsertReservationProps = {
senior: number; senior: number;
insertedBy: number;
tripStages: string[]; tripStages: string[];
driverShift: string;
number: number; number: number;
estimatedBeAt: Date; estimatedBeAt: Date;
}; };
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