idk
This commit is contained in:
parent
1b1224cba0
commit
20c04abe4f
8 changed files with 102 additions and 30 deletions
|
@ -1,5 +1,5 @@
|
|||
export interface Hotel {
|
||||
hotelId: number;
|
||||
id: number;
|
||||
hotelName: string;
|
||||
description: string;
|
||||
price: number;
|
||||
|
|
Reference in a new issue