mirror of
https://github.com/Dan6erbond/sk-auth.git
synced 2025-06-08 01:16:42 +02:00
5 lines
129 B
TypeScript
5 lines
129 B
TypeScript
export declare type Profile = any;
|
|
export declare type CallbackResult = [Profile, string | null, {
|
|
error: string;
|
|
} | null];
|