From ffd063c89e0d7a5f75f4766abc7d8290925759c7 Mon Sep 17 00:00:00 2001 From: Alastor Date: Sat, 28 Dec 2024 17:08:28 +0100 Subject: [PATCH] Added typedEmitter to the auth type definition, to support the AuthManager definition --- src/backend/auth/auth.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/backend/auth/auth.d.ts b/src/backend/auth/auth.d.ts index 4bf677e6d..8e2976b76 100644 --- a/src/backend/auth/auth.d.ts +++ b/src/backend/auth/auth.d.ts @@ -1,3 +1,4 @@ +import { TypedEmitter } from "tiny-typed-emitter"; import type ClientOAuth2 from "client-oauth2"; export interface AuthProviderDefinition {