From f7a6244cc1a8f39ad44186a4da6b743ab6821d51 Mon Sep 17 00:00:00 2001 From: Linnnus Date: Wed, 19 Feb 2025 18:37:33 +0100 Subject: Add assignment submission --- app/src/app.d.ts | 3 +++ 1 file changed, 3 insertions(+) (limited to 'app/src/app.d.ts') diff --git a/app/src/app.d.ts b/app/src/app.d.ts index 7844a85..b7bd0e7 100644 --- a/app/src/app.d.ts +++ b/app/src/app.d.ts @@ -1,4 +1,5 @@ import type { User } from "$lib/server/users"; +import type { S3Client } from "@aws-sdk/client-s3"; import type { PoolClient } from "pg"; // See https://svelte.dev/docs/kit/types#app.d.ts @@ -9,6 +10,8 @@ declare global { interface Locals { dbConn: PoolClient; + s3Client: S3Client; + /** * The user, if they are logged in. * -- cgit v1.2.3