# IOption

Option interface for InfoCardGroupInput

## Definition

```tsx
interface IOption {
    label: string;
    value: string;
}
```

## Usage

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