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