# CustomValidateResponse

## Definition

```tsx
export interface CustomValidateResponse {
    valid: boolean,
    error?: string
}
```

## Usage

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