mirror of
https://github.com/cloudflare/cloudflare-docs.git
synced 2026-01-11 20:06:58 +00:00
9 lines
No EOL
203 B
TypeScript
9 lines
No EOL
203 B
TypeScript
// Generated by Wrangler by running `wrangler types ./worker/worker-configuration.d.ts`
|
|
|
|
interface Env {
|
|
ASSETS: Fetcher;
|
|
}
|
|
declare module "*/_redirects" {
|
|
const value: string;
|
|
export default value;
|
|
} |