UNPKG

watchtower-node-sdk

Version:

A TypeScript Node.js SDK for the Watchtower API, providing API key management, connection string generation, and more

5 lines 129 B
export interface HealthResponse { status: 'ok' | 'error'; supabase: 'connected' | 'disconnected'; timestamp: string; }