biome format
This commit is contained in:
14
src/app.d.ts
vendored
14
src/app.d.ts
vendored
@@ -2,12 +2,12 @@
|
||||
// for information about these interfaces
|
||||
declare global {
|
||||
namespace App {
|
||||
interface Platform {
|
||||
env: Env
|
||||
cf: CfProperties
|
||||
ctx: ExecutionContext
|
||||
}
|
||||
}
|
||||
interface Platform {
|
||||
env: Env;
|
||||
cf: CfProperties;
|
||||
ctx: ExecutionContext;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
export {};
|
||||
export {};
|
||||
|
||||
Reference in New Issue
Block a user