UNPKG

@sargonpiraev/hh-api-client

Version:

A TypeScript client for the HeadHunter API, generated from the official OpenAPI specification.

10 lines (9 loc) 209 B
import * as sdk from './generated/sdk.gen.js'; export interface Config { userAgent: string; } export declare class HhApiClient { private client; constructor(config: Config); sdk: typeof sdk; }