Možnost zadání preferovaného času odchodu
This commit is contained in:
@@ -7,7 +7,8 @@ export enum Restaurants {
|
||||
|
||||
export interface FoodChoices {
|
||||
trusted: boolean,
|
||||
options: number[]
|
||||
options: number[],
|
||||
departureTime?: string,
|
||||
}
|
||||
|
||||
export interface Choices {
|
||||
|
||||
Reference in New Issue
Block a user