# QueryParams

Query parameters for Lucy query lookup

## Definition

```tsx
export type QueryParams =
    | { key: number | string }
    | { id: string }
    | { name: string };
```

## Usage

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