feat: SW-2028 Updated validations at trpc query level
This commit is contained in:
-1
@@ -15,7 +15,6 @@ export type HotelData = {
|
||||
export type HotelCardListingProps = {
|
||||
hotelData: HotelResponse[]
|
||||
type?: HotelCardListingTypeEnum
|
||||
userPoints?: number
|
||||
}
|
||||
|
||||
export interface NullableHotelData extends Omit<HotelData, "hotelData"> {
|
||||
|
||||
@@ -7,5 +7,4 @@ export type HotelCardProps = {
|
||||
type?: HotelCardListingTypeEnum
|
||||
state?: "default" | "active"
|
||||
bookingCode?: string | null
|
||||
userPoints?: number
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user