# V1LogsResponse

Response for status 200

## Example Usage

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

let value: V1LogsResponse = {
  ok: false,
  received: 670531,
};
```

## Fields

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