This commit is contained in:
Sunil Pai 2025-03-24 10:48:46 +00:00
parent 65e55c3823
commit d332273355
8 changed files with 21 additions and 29 deletions

View file

@ -1,4 +1,4 @@
import {EventEmitter} from "events";
import { EventEmitter } from 'events'
/**
* Options for creating an OAuth client provider
@ -28,4 +28,4 @@ export interface OAuthCallbackServerOptions {
path: string
/** Event emitter to signal when auth code is received */
events: EventEmitter
}
}