We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68c7c7c commit 848e528Copy full SHA for 848e528
package.json
@@ -40,7 +40,8 @@
40
"zod": "^4.1.5"
41
},
42
"peerDependencies": {
43
- "better-auth": "^1.1.21"
+ "better-auth": "^1.1.21",
44
+ "@cloudflare/workers-types": "^4"
45
46
"devDependencies": {
47
"@cloudflare/workers-types": "4.20250606.0",
src/types.ts
@@ -1,3 +1,5 @@
1
+/// <reference types="@cloudflare/workers-types" />
2
+
3
import type { AuthContext, Session, User } from "better-auth";
4
import type { DrizzleAdapterConfig } from "better-auth/adapters/drizzle";
5
import type { FieldAttribute } from "better-auth/db";
0 commit comments