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