Auto-commit 2026-04-29 16:31
This commit is contained in:
9
node_modules/next-auth/providers/twitch.d.ts
generated
vendored
Normal file
9
node_modules/next-auth/providers/twitch.d.ts
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
import type { OAuthConfig, OAuthUserConfig } from ".";
|
||||
export interface TwitchProfile extends Record<string, any> {
|
||||
sub: string;
|
||||
preferred_username: string;
|
||||
email: string;
|
||||
picture: string;
|
||||
}
|
||||
export default function Twitch<P extends TwitchProfile>(options: OAuthUserConfig<P>): OAuthConfig<P>;
|
||||
//# sourceMappingURL=twitch.d.ts.map
|
||||
Reference in New Issue
Block a user