ka
This commit is contained in:
parent
01de60aacb
commit
676aae14af
11 changed files with 174 additions and 22 deletions
|
@ -5,4 +5,5 @@ export interface Hotel {
|
|||
price: number;
|
||||
imageUrl: string;
|
||||
rating: number;
|
||||
tags: string[];
|
||||
}
|
||||
|
|
Reference in a new issue