Skip to content

SudoSOS Back-end API / helpers / Either

Type Alias: Either<F, P> ​

ts
type Either<F, P> = Fail<F> | Pass<P>;

Type Parameters ​

Type Parameter
F
P