feat(SW-718): fix comments
This commit is contained in:
@@ -3,7 +3,6 @@ import type { RoomPackageData } from "./roomFilter"
|
||||
import type { Rate } from "./selectRate"
|
||||
|
||||
export interface RateSummaryProps {
|
||||
rateSummary: Rate[]
|
||||
isUserLoggedIn: boolean
|
||||
packages: RoomPackageData | undefined
|
||||
roomsAvailability: RoomsAvailability
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
import type { CreditCard, SafeUser } from "@/types/user"
|
||||
import type { PaymentMethodEnum } from "@/constants/booking"
|
||||
import type { Child } from "./selectRate"
|
||||
|
||||
export interface SectionProps {
|
||||
nextPath: string
|
||||
@@ -43,7 +44,7 @@ export interface PaymentClientProps
|
||||
|
||||
export interface RoomParam {
|
||||
adults: number
|
||||
children?: { age: number; bed: number }[]
|
||||
children?: Child[]
|
||||
}
|
||||
|
||||
export interface SectionPageProps {
|
||||
|
||||
Reference in New Issue
Block a user