UNPKG

@qaflag/core

Version:

Base requirements for the QA Flag library

6 lines (4 loc) 145 B
import { RequestInterface } from './request-interface'; export interface AdapterInterface { fetch(request: RequestInterface): Promise<any>; }