UNPKG

hercai

Version:

A powerful library for interacting with the Herc.ai API

12 lines (11 loc) 239 B
export interface ClientOptions { apiKey?: string; maxRetries?: number; timeout?: number; baseUrl?: string; betaFeatures?: BetaFeatures; } export interface BetaFeatures { buildCode?: string; buildKey?: string; }