@orangecheck/vote-core / VerifyResult
Type Alias: VerifyResult
type VerifyResult =
| {
ok: true;
}
| {
code: VoteErrorCode;
ok: false;
reason: string;
};
Defined in: vote-core/src/verify.ts:17
@orangecheck/vote-core / VerifyResult
type VerifyResult =
| {
ok: true;
}
| {
code: VoteErrorCode;
ok: false;
reason: string;
};
Defined in: vote-core/src/verify.ts:17