This commit is contained in:
csimonis 2024-11-19 08:15:13 +01:00
commit 20c04abe4f
8 changed files with 102 additions and 30 deletions

View file

@ -1,5 +1,5 @@
export interface Hotel {
hotelId: number;
id: number;
hotelName: string;
description: string;
price: number;