import type { LoadStateError } from '@tevm/errors' /** * Result of LoadState Method */ export type LoadStateResult = { /** * Description of the exception, if any occurred */ errors?: ErrorType[] }