UNPKG

@qaflag/core

Version:

Base requirements for the QA Flag library

7 lines (5 loc) 209 B
import { HttpRequestInterface } from './http-request.interface'; /** * Once we have different types of requests, other than HTTP, we'll add those too */ export type RequestInterface = HttpRequestInterface;