feat(sw-452): updated typing on util

This commit is contained in:
Pontus Dreij
2024-10-17 10:10:28 +02:00
parent a967431672
commit fce9ef1b61
5 changed files with 31 additions and 23 deletions

View File

@@ -17,7 +17,7 @@ export interface SelectRateSearchParams {
fromdate: string
todate: string
room: Room[]
[key: string]: any
[key: string]: string | string[] | Room[]
}
export interface Rate {