mirror of
https://github.com/beilunyang/moemail.git
synced 2026-06-11 10:29:59 +08:00
feat: Init
This commit is contained in:
11
types.d.ts
vendored
Normal file
11
types.d.ts
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
/// <reference types="@cloudflare/workers-types" />
|
||||
|
||||
declare global {
|
||||
interface CloudflareEnv {
|
||||
DB: D1Database;
|
||||
}
|
||||
|
||||
type Env = CloudflareEnv
|
||||
}
|
||||
|
||||
export type { Env }
|
||||
Reference in New Issue
Block a user