UNPKG

mindee

Version:

Mindee Client Library for Node.js

11 lines (10 loc) 370 B
import { BaseSettings, MindeeApiConstructorProps } from "../../http/baseSettings.js"; /** * Settings for the V2 API. */ export declare class ApiSettings extends BaseSettings { baseHeaders: Record<string, string>; constructor({ apiKey, dispatcher, }: MindeeApiConstructorProps); protected apiKeyFromEnv(): string; protected hostnameFromEnv(): string; }