mirror of
https://github.com/michivonah/themepark-assistant.git
synced 2025-12-22 22:16:29 +01:00
4 lines
No EOL
145 B
TypeScript
4 lines
No EOL
145 B
TypeScript
declare module "cloudflare:test" {
|
|
// ProvidedEnv controls the type of `import("cloudflare:test").env`
|
|
interface ProvidedEnv extends Env {}
|
|
} |