API ClientsTypeScript SDKAPI ReferenceCoreType AliasesEither<E, A>Version: 8.10 (unreleased)On this pageType Alias: Either<E, A> type Either<E, A> = Left<E> | Right<A>; Type Parameters E E A AWas this helpful?