UNPKG

graphdb-workbench

Version:
8 lines (7 loc) 170 B
/** * Interface representing the configuration for an HTTP request. */ export interface HttpRequestConfig { fullUrl: string; headers: Record<string, string>; }