UseSendVerificationCodeMutationArgs

1type UseSendVerificationCodeMutationArgs = BaseHookMutationArgs<
2 void,
3 SendVerificationCodeParams
4>;

Defined in: account-kit/react/src/hooks/useSendVerificationCode.ts:35