mirror of
https://github.com/vcscsvcscs/GenerationsHeritage.git
synced 2025-08-14 23:09:07 +02:00
13 lines
268 B
TypeScript
13 lines
268 B
TypeScript
// See https://svelte.dev/docs/kit/types#app.d.ts
|
|
// for information about these interfaces
|
|
declare global {
|
|
namespace App {
|
|
interface Platform {
|
|
env: Env
|
|
cf: CfProperties
|
|
ctx: ExecutionContext
|
|
}
|
|
}
|
|
}
|
|
|
|
export {}; |