UserResponse
import type { UserResponse } from "https://esm.sh/@supabase/supabase-js@2.89.0/dist/index.d.mts";type UserResponse = RequestResultSafeDestructure<{
user: User;
}>;§Type
§
RequestResultSafeDestructure<{
[src]user: User;
}>import type { UserResponse } from "https://esm.sh/@supabase/supabase-js@2.89.0/dist/index.d.mts";