Skip to content
Alchemy Logo

UseRemoveEmailResult

type UseRemoveEmailResult = object;

Defined in: account-kit/react/src/hooks/useRemoveEmail.ts:18

PropertyType

error

Error | null

isRemovingEmail

boolean

removeEmail

UseMutateFunction<void, Error, void, unknown>

removeEmailAsync

UseMutateAsyncFunction<void, Error, void, unknown>

Was this page helpful?