UNPKG

buena-typescript-sdk

Version:

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

20 lines (14 loc) 2.13 kB
# HealthCheckResponse API is healthy ## Example Usage ```typescript import { HealthCheckResponse } from "openapi/models/operations"; let value: HealthCheckResponse = { status: "ok", }; ``` ## Fields | Field | Type | Required | Description | Example | | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | | `status` | *string* | :heavy_minus_sign: | N/A | ok | | `timestamp` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | N/A | |