export type Bindings = { ASSETS: Fetcher; URL?: string; REDIRECT_ROOT?: string; }; export type Variables = Record;