Fixed tracking on Confirmation page
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
import type { Lang } from "@/constants/languages"
|
||||
import type { RouterOutput } from "@/lib/trpc/client"
|
||||
|
||||
export interface BookingConfirmationProps {
|
||||
lang: Lang
|
||||
bookingConfirmationPromise: Promise<RouterOutput["booking"]["confirmation"]>
|
||||
}
|
||||
|
||||
export interface ConfirmationProps {
|
||||
bookingConfirmationPromise: Promise<RouterOutput["booking"]["confirmation"]>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user