Skip to content
SudoSOS Backend
Search
K
Main Navigation
Home
Documentation
Swagger
Appearance
Menu
Return to top
On this page
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