Neumožnit výběr zavřených podniků

This commit is contained in:
2023-08-11 00:17:11 +02:00
parent 45bd84f96f
commit 282184b80b
3 changed files with 44 additions and 19 deletions

View File

@@ -80,6 +80,7 @@ export interface ClientData {
/** Nabídka jídel jednoho podniku. */
export interface Menu {
lastUpdate: string, // human-readable čas poslední aktualizace menu
closed: boolean, // příznak, zda je daný podnik aktuálně zavřený
food: Food[], // seznam jídel v menu
}