AuthMFAAdminListFactorsResponse

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

§Type