1 2 3 4 5 6
export type Bindings = { ASSETS: Fetcher; REDIRECT_ROOT?: string; }; export type Variables = Record<string, never>;