feat: SW-1583 Enabled reward night in booking widget
This commit is contained in:
@@ -19,6 +19,7 @@ export type BookingWidgetSearchData = {
|
||||
toDate?: string
|
||||
rooms?: TGuestsRoom[]
|
||||
bookingCode?: string
|
||||
searchType?: "redemption"
|
||||
}
|
||||
|
||||
export type BookingWidgetType = VariantProps<
|
||||
|
||||
@@ -4,4 +4,5 @@ export interface CheckboxProps
|
||||
extends React.InputHTMLAttributes<HTMLInputElement> {
|
||||
name: string
|
||||
registerOptions?: RegisterOptions
|
||||
hideError?: boolean
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user