API ClientsTypeScript SDKAPI ReferenceCoreType AliasesEither<E, A>Version: 8.9 (unreleased)On this pageType Alias: Either<E, A> type Either<E, A> = Left<E> | Right<A>; Defined in: fp-ts.ts:11 Type Parameters E E A AWas this helpful?