feat(sw-452): updated typing on util
This commit is contained in:
@@ -17,7 +17,7 @@ export interface SelectRateSearchParams {
|
||||
fromdate: string
|
||||
todate: string
|
||||
room: Room[]
|
||||
[key: string]: any
|
||||
[key: string]: string | string[] | Room[]
|
||||
}
|
||||
|
||||
export interface Rate {
|
||||
|
||||
Reference in New Issue
Block a user