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