UNPKG

@accounts/oauth

Version:

5 lines (4 loc) 174 B
import { type OAuthProvider } from './oauth-provider'; export interface OAuthProviders { [key: string]: (new (args: any) => OAuthProvider) | OAuthProvider | undefined; }