diff options
| author | Dhravya Shah <[email protected]> | 2024-07-25 17:35:15 -0500 |
|---|---|---|
| committer | Dhravya Shah <[email protected]> | 2024-07-25 17:35:15 -0500 |
| commit | c57719446ae95c2bbd432d7b2b6648a23b35c351 (patch) | |
| tree | c6f7aca777c7f4748cc6dc335fe56fba8725af02 /apps/web/cf-env.d.ts | |
| parent | add try catch in api/add for better error handling (diff) | |
| parent | ughh, regenerated migrations. my bad. (diff) | |
| download | supermemory-kush/experimental-thread.tar.xz supermemory-kush/experimental-thread.zip | |
solve merge conflictskush/experimental-thread
Diffstat (limited to 'apps/web/cf-env.d.ts')
| -rw-r--r-- | apps/web/cf-env.d.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/web/cf-env.d.ts b/apps/web/cf-env.d.ts index 2c77d4fb..09b0690b 100644 --- a/apps/web/cf-env.d.ts +++ b/apps/web/cf-env.d.ts @@ -22,6 +22,10 @@ declare global { THREAD_CF_AUTH: string; MOBILE_TRUST_TOKEN: string; + + RATELIMITER: { + limit: ({ key: string }) => { success: boolean }; + }; } } } |