API reference › @evolu/common › Type › UnknownResult
const UnknownResult: result(Unknown, Unknown);
Defined in: packages/common/src/Type.ts:3711
A result type for Result<unknown, unknown>.
Useful for serializing Results where the value and error types are unknown.