Duplicated from aproli90/bolt.diy
2e1ab99
1
2
3
4
5
6
7
8
9
10
import { type PlatformProxy } from 'wrangler'; type Cloudflare = Omit<PlatformProxy<Env>, 'dispose'>; declare module '@remix-run/cloudflare' { interface AppLoadContext { cloudflare: Cloudflare; } }