Skip to content

Commit

Permalink
Added typedEmitter to the auth type definition, to support the AuthMa…
Browse files Browse the repository at this point in the history
…nager definition
  • Loading branch information
Samuel38 committed Dec 28, 2024
1 parent 21874a2 commit ffd063c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/backend/auth/auth.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { TypedEmitter } from "tiny-typed-emitter";
import type ClientOAuth2 from "client-oauth2";

export interface AuthProviderDefinition {
Expand Down

0 comments on commit ffd063c

Please sign in to comment.