Example Usage
import { ListBatchesResponse } from "@openrouter/sdk/models/operations";
let value: ListBatchesResponse = {
result: {
data: [],
firstId: null,
hasMore: false,
lastId: null,
object: "list",
},
};
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
result | models.BatchListResponse | :heavy_check_mark: | N/A | { “data”: [], “first_id”: null, “has_more”: false, “last_id”: null, “object”: “list” } |