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 } }