AuthResponsetype AuthResponse = {data: {user: User | null; session: Session | null; }; error: null; } | {data: {user: null; session: null; }; error: AuthError; };§Type§{data: {user: User | null; session: Session | null; }; error: null; } | {data: {user: null; session: null; }; error: AuthError; }[src]