---
title: any
---

# any

<a href="https://github.com/remix-run/remix/blob/remix@3.0.0-alpha.6/packages/data-schema/src/lib/schema.ts#L357" target="_blank">View Source</a>

## Summary

Create a schema that accepts any value without validation.

## Signature

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

```

## Returns

A schema that produces `unknown`