github-actions[bot] commited on
Commit
097ff58
·
1 Parent(s): 05e009e

Update from GitHub Actions

Browse files
Files changed (1) hide show
  1. functions/types.d.ts +0 -1
functions/types.d.ts CHANGED
@@ -6,7 +6,6 @@ interface KVNamespace {
6
  }
7
 
8
  interface Env {
9
- SEND_PASSWORD:string;
10
  API_TOKEN: string; // API 访问令牌
11
  JWT_SECRET: string; // JWT 密钥
12
  USER_NAME: string; // 用户名
 
6
  }
7
 
8
  interface Env {
 
9
  API_TOKEN: string; // API 访问令牌
10
  JWT_SECRET: string; // JWT 密钥
11
  USER_NAME: string; // 用户名