mirror of
https://github.com/Dan6erbond/sk-auth.git
synced 2025-04-14 01:16:30 +02:00
3 lines
82 B
TypeScript
3 lines
82 B
TypeScript
export type Profile = any;
|
|
export type CallbackResult = [Profile, string | null];
|