feat: SW-2028 Updated validations at trpc query level

This commit is contained in:
Hrishikesh Vaipurkar
2025-03-25 14:28:52 +01:00
parent eda475d64e
commit 4f4e077859
8 changed files with 36 additions and 34 deletions
@@ -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
}