# V1TracesResponse

Response for status 200

## Example Usage

```typescript
import { V1TracesResponse } from "@interfere/sdk/models/operations";

let value: V1TracesResponse = {
  ok: false,
  received: 740375,
};
```

## Fields

| Field                         | Type                          | Required                      | Description                   |
| ----------------------------- | ----------------------------- | ----------------------------- | ----------------------------- |
| `ok`                          | *boolean*                     | :heavy_check_mark:            | N/A                           |
| `received`                    | *operations.V1TracesReceived* | :heavy_check_mark:            | N/A                           |