Možnost zadání obecné poznámky k volbě

This commit is contained in:
2024-03-04 23:35:58 +01:00
parent 44187bc316
commit 1e280e9d05
7 changed files with 122 additions and 17 deletions

View File

@@ -9,6 +9,7 @@ export interface FoodChoices {
trusted: boolean,
options: number[],
departureTime?: string,
note?: string,
}
export interface Choices {