Room reservations planning

This commit is contained in:
imperosol
2025-06-27 18:47:47 +02:00
parent b2d97ab138
commit 21416dc27a
11 changed files with 395 additions and 120 deletions

View File

@ -1,4 +1,4 @@
type ErrorMessage = string;
declare type ErrorMessage = string;
export interface InitialFormData {
/* Used to refill the form when the backend raises an error */