---
title: FormDataSource
---

# FormDataSource

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

## Summary

A Standard Schema-compatible input type for form-like data containers.

## Signature

```ts
type FormDataSource = FormData | URLSearchParams;

```