# IFormData

## Definition

```tsx
export type IFormData = { [key: string]: FormValue }
```

## Usage

```tsx
import { IFormData } from 'uxp/components';
```
