AuthMFAAdminDeleteFactorParams

import type { AuthMFAAdminDeleteFactorParams } from "https://esm.sh/@supabase/[email protected]/dist/index.d.mts";
type AuthMFAAdminDeleteFactorParams = {
id: string;
userId: string;
}
;

§Type

§
{
id: string;
userId: string;
}
[src]