mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-05-17 03:56:18 +00:00
14 lines
415 B
TypeScript
14 lines
415 B
TypeScript
// Generated by Wrangler on Sat May 25 2024 17:07:13 GMT-0500 (Central Daylight Time)
|
|
// by running `wrangler types --env-interface CloudflareEnv env.d.ts`
|
|
|
|
interface CloudflareEnv {
|
|
GOOGLE_CLIENT_ID: string;
|
|
GOOGLE_CLIENT_SECRET: string;
|
|
NEXTAUTH_SECRET: string;
|
|
R2_ENDPOINT: string;
|
|
R2_ACCESS_ID: string;
|
|
R2_SECRET_KEY: string;
|
|
R2_BUCKET_NAME: string;
|
|
STORAGE: R2Bucket;
|
|
DATABASE: D1Database;
|
|
}
|