UseSetEmailResult

1type UseSetEmailResult = object;

Defined in: account-kit/react/dist/types/hooks/useSetEmail.d.ts:7

Properties

PropertyType

error

Error | null

isSettingEmail

boolean

setEmail

UseMutateFunction<void, Error, SetEmailParams, unknown>

setEmailAsync

UseMutateAsyncFunction<void, Error, SetEmailParams, unknown>