UNPKG

wiremock-captain

Version:

A better way to use the WireMock simulator to test your HTTP APIs

7 lines (6 loc) 163 B
import { KeyValue } from './internalTypes'; export interface IWireMockResponse { body?: unknown; headers?: Record<string, KeyValue>; status: number; }