API Reference / @evolu/common / Result / Ok
Interface: Ok<T>
Defined in: packages/common/src/Result.ts:248
A successful Result.
Type Parameters
Type Parameter |
---|
T |
Properties
Property | Modifier | Type | Defined in |
---|---|---|---|
ok | readonly | true | packages/common/src/Result.ts:249 |
value | readonly | T | packages/common/src/Result.ts:250 |