import type { SetAccountError } from '@tevm/errors' /** * Result of SetAccount Action */ export type SetAccountResult = { /** * Description of the exception, if any occurred */ errors?: ErrorType[] }