# TeamSearch200Response


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**data** | [**Array&lt;Team&gt;**](Team.md) |  | [optional] [default to undefined]
**ok** | **boolean** |  | [optional] [default to undefined]

## Example

```typescript
import { TeamSearch200Response } from 'berg';

const instance: TeamSearch200Response = {
    data,
    ok,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
