mirror of
https://github.com/michivonah/themepark-assistant.git
synced 2025-12-22 22:16:29 +01:00
add KV namespaces & implement sending of notifications if waittime changes
This commit is contained in:
parent
c1336fbc88
commit
fd042118ad
7 changed files with 193 additions and 5 deletions
4
api/worker-configuration.d.ts
vendored
4
api/worker-configuration.d.ts
vendored
|
|
@ -1,10 +1,12 @@
|
|||
/* eslint-disable */
|
||||
// Generated by Wrangler by running `wrangler types` (hash: c639935623921ec3a10a77e49ca2a486)
|
||||
// Generated by Wrangler by running `wrangler types` (hash: aceadb651dd4392a981fdd98096a2639)
|
||||
// Runtime types generated with workerd@1.20250902.0 2025-09-07
|
||||
declare namespace Cloudflare {
|
||||
interface Env {
|
||||
waittime_cache: KVNamespace;
|
||||
CLOUDFLARE_ACCOUNT_ID: string;
|
||||
CLOUDFLARE_DATABASE_ID: string;
|
||||
CLOUDFLARE_DATABASE_ID_DEV: string;
|
||||
CLOUDFLARE_D1_TOKEN: string;
|
||||
d1_db: D1Database;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue