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

Setup type.

parent 04893c7b
No related branches found
No related tags found
2 merge requests!85Implement the remaining api calls to make possible to link a driver shift with a reservation.,!75Resolve "Driver shift page where driver inserts shift."
export type DriverShiftType = {
driver: number;
vehicle?: number;
timeStart: Date;
timeEnd: Date;
KMDisplayedStart?: number;
KMDisplayedEnd?: number;
hasFilledOil?: boolean;
};
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