Files
web/packages/booking-flow/global.d.ts
Erik Tiekstra 800df0ade9 feat(BOOK-67): Added functionality to show/hide the chatbot
Approved-by: Linus Flood
2025-10-16 10:59:47 +00:00

11 lines
255 B
TypeScript

import "@scandic-hotels/common/global.d.ts"
import "@scandic-hotels/trpc/auth.d.ts"
import "@scandic-hotels/trpc/jwt.d.ts"
import "@scandic-hotels/trpc/types.d.ts"
declare global {
interface Window {
ApplePaySession: (() => void) | undefined
}
}