Remix
Remix
remix/data-schema · FunctionView Source

any

Summary

Create a schema that accepts any value without validation.

Signature

function any(): Schema<any, unknown>;

Returns

A schema that produces unknown