UNPKG

@atomic-utils/clients

Version:
12 lines (10 loc) 228 B
import { Logger } from '@node-dlc/logger'; export type ApiPrefix = 'api'; export interface IOptions { uri: string; logger: Logger; timeout?: number; apiKey?: string; headers?: [string, string][]; prefix?: string; }