Merged in feat/sw-3125-move-client-trpc-setup (pull request #2493)

feat(SW-3125): Move client trpc setup

* Move client trpc to package

* Client setup in partner-sas

* Add todo


Approved-by: Linus Flood
This commit is contained in:
Anton Gunnarsson
2025-07-01 12:41:28 +00:00
parent 481044346c
commit be25be7bb5
57 changed files with 247 additions and 154 deletions

View File

@@ -1,7 +1,6 @@
import type { RouterOutput } from "@scandic-hotels/trpc/client"
import type { EventAttributes } from "ics"
import type { RouterOutput } from "@/lib/trpc/client"
export interface AddToCalendarProps {
checkInDate: NonNullable<
RouterOutput["booking"]["get"]

View File

@@ -1,3 +1,3 @@
import type { RouterOutput } from "@/lib/trpc/client"
import type { RouterOutput } from "@scandic-hotels/trpc/client"
export type SafeUser = RouterOutput["user"]["getSafely"]