Merged in feat/sentry (pull request #1089)
This commit is contained in:
committed by
Joakim Jäderberg
parent
e0c5b59860
commit
3982b1ba56
@@ -1,14 +1,12 @@
|
||||
import { z } from "zod"
|
||||
import type { z } from "zod"
|
||||
|
||||
import {
|
||||
import type {
|
||||
priceSchema,
|
||||
Product,
|
||||
productTypePriceSchema,
|
||||
RoomConfiguration,
|
||||
} from "@/server/routers/hotels/output"
|
||||
|
||||
import { RoomPackage } from "./roomFilter"
|
||||
|
||||
import type { RoomPackage } from "./roomFilter"
|
||||
import type { RateCode } from "./selectRate"
|
||||
|
||||
type ProductPrice = z.output<typeof productTypePriceSchema>
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
import { Product, RoomConfiguration } from "@/server/routers/hotels/output"
|
||||
|
||||
import { ChildBedMapEnum } from "../../bookingWidget/enums"
|
||||
import type { Product, RoomConfiguration } from "@/server/routers/hotels/output"
|
||||
import type { ChildBedMapEnum } from "../../bookingWidget/enums"
|
||||
|
||||
export interface Child {
|
||||
bed: ChildBedMapEnum
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import { sidePanelVariants } from "@/components/HotelReservation/SidePanel/variants"
|
||||
|
||||
import type { VariantProps } from "class-variance-authority"
|
||||
|
||||
import type { sidePanelVariants } from "@/components/HotelReservation/SidePanel/variants"
|
||||
|
||||
export interface SidePanelProps
|
||||
extends VariantProps<typeof sidePanelVariants> {}
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
import { MembershipLevel } from "@/constants/membershipLevels"
|
||||
|
||||
import type { Lang } from "@/constants/languages"
|
||||
import type { MembershipLevel } from "@/constants/membershipLevels"
|
||||
|
||||
export enum TrackingChannelEnum {
|
||||
"scandic-friends" = "scandic-friends",
|
||||
|
||||
Reference in New Issue
Block a user