UNPKG

buena-typescript-sdk

Version:

Official TypeScript SDK for Buena.ai API - LinkedIn automation and lead management

17 lines (11 loc) 235 B
# Status Current status of the lead ## Example Usage ```typescript import { Status } from "openapi"; let value: Status = "converted"; ``` ## Values ```typescript "new" | "contacted" | "responded" | "converted" | "unqualified" ```