Možnost zadání preferovaného času odchodu

This commit is contained in:
2023-08-06 18:13:54 +02:00
parent 37542499a9
commit 3f303ea5ea
5 changed files with 72 additions and 11 deletions

View File

@@ -7,7 +7,8 @@ export enum Restaurants {
export interface FoodChoices {
trusted: boolean,
options: number[]
options: number[],
departureTime?: string,
}
export interface Choices {