UNPKG

anil-brd-typescript-sdk

Version:

TypeScript SDK for Bright Data APIs - Web Unlocker, SERP, and Scraper APIs

9 lines (8 loc) 231 B
export interface SimpleConfig { apiKey?: string; country?: string; format?: 'raw' | 'json'; method?: 'GET' | 'POST'; data_format?: 'markdown' | 'screenshot'; } export declare const DEFAULT_CONFIG: SimpleConfig;