Ok Interface
Wraps a result of type TOk
.
Signature
interface Ok<TOk>
Type Parameters
Parameter | Description |
---|---|
TOk |
Properties
Property | Type | Description |
---|---|---|
result | TOk | |
type | ResultType.Ok |
Property Details
result
Signature
readonly result: TOk;
Type: TOk
type
Signature
readonly type: ResultType.Ok;
Type: ResultType.Ok