import type { AnyElysia } from 'elysia' /** * @todo */ export type EdenClientErrorLike<_T extends AnyElysia> = any export const ERROR_SYMBOL = Symbol('TypeError') export type TypeError = TMessage & { _: typeof ERROR_SYMBOL }