AuthTokenResponse
import type { AuthTokenResponse } from "https://esm.sh/@supabase/[email protected]/dist/index.d.mts";type AuthTokenResponse = RequestResultSafeDestructure<{
user: User;
session: Session;
}>;import type { AuthTokenResponse } from "https://esm.sh/@supabase/[email protected]/dist/index.d.mts";