NeahFront3/node_modules/next-auth/providers/bungie.d.ts
2025-04-09 18:02:58 +02:00

3 lines
199 B
TypeScript

/** @type {import(".").OAuthProvider} */
export default function Bungie(options: Partial<import("./oauth").OAuthConfig<any>>): import("./oauth").OAuthConfig<any>;
//# sourceMappingURL=bungie.d.ts.map