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

Define new reservation props to attach api.

parent 4e496ea6
No related branches found
No related tags found
1 merge request!69Possibility to insert a reservation and new docs.
type Location = {
address: string;
};
export type InsertReservationProps = {
senior: number;
tripStages: string[];
number: number;
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