API reference › @evolu/common › Result › InferOk
type InferOk<R> = R extends Ok<infer T> ? T : never;
Defined in: packages/common/src/Result.ts:275
Extracts the value type from a Result.
API reference › @evolu/common › Result › InferOk
type InferOk<R> = R extends Ok<infer T> ? T : never;
Defined in: packages/common/src/Result.ts:275
Extracts the value type from a Result.