svelte.sk-auth/dist/types.d.ts
2022-02-02 20:08:30 -07:00

5 lines
129 B
TypeScript

export declare type Profile = any;
export declare type CallbackResult = [Profile, string | null, {
error: string;
} | null];