buena-typescript-sdk
Version:
Official TypeScript SDK for Buena.ai API - LinkedIn automation and lead management
18 lines (12 loc) • 830 B
Markdown
# ListLeadsResponse
List of leads
## Example Usage
```typescript
import { ListLeadsResponse } from "openapi/models/operations";
let value: ListLeadsResponse = {};
```
## Fields
| Field | Type | Required | Description |
| ------------------------------------- | ------------------------------------- | ------------------------------------- | ------------------------------------- |
| `leads` | [models.Lead](../../models/lead.md)[] | :heavy_minus_sign: | N/A |
| `total` | *number* | :heavy_minus_sign: | N/A |