API reference › @evolu/common › Type › UnknownResult
const UnknownResult: result(Unknown, Unknown);
Defined in: packages/common/src/Type.ts:11787
A result Type for Result<unknown, unknown>.
Use this when only the Result structure must be validated, while its value and error remain intentionally unknown.