@orangecheck/pledge-core / ValidateResult
Type Alias: ValidateResult
type ValidateResult =
| {
ok: true;
}
| {
ok: false;
reason: string;
};
Defined in: pledge-core/src/canonical.ts:180
@orangecheck/pledge-core / ValidateResult
type ValidateResult =
| {
ok: true;
}
| {
ok: false;
reason: string;
};
Defined in: pledge-core/src/canonical.ts:180