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