summaryrefslogtreecommitdiff
path: root/app/src/app.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/app.d.ts')
-rw-r--r--app/src/app.d.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/src/app.d.ts b/app/src/app.d.ts
index 6dba3f1..71e7b15 100644
--- a/app/src/app.d.ts
+++ b/app/src/app.d.ts
@@ -1,5 +1,6 @@
import type { User } from "$lib/server/users";
import type { S3Client } from "@aws-sdk/client-s3";
+import type BeanstalkdClient from "beanstalkd";
import type { PoolClient } from "pg";
// See https://svelte.dev/docs/kit/types#app.d.ts
@@ -12,6 +13,8 @@ declare global {
s3Client: S3Client;
+ beanstalkdClient: BeanstalkdClient;
+
/**
* The user, if they are logged in.
*