CallRefreshTokenResult

import type { CallRefreshTokenResult } from "https://esm.sh/@supabase/[email protected]/dist/index.d.mts";
type CallRefreshTokenResult = RequestResult<Session>;