UNPKG

wiremock-rest-client

Version:

Lightweight REST client to interact with a running WireMock server

13 lines (12 loc) 283 B
/** * This file was automatically generated. DO NOT MODIFY IT BY HAND. */ import { StubMapping } from './stub-mapping.model'; export interface StubMappings { mappings?: StubMapping[]; meta?: { total: number; [k: string]: any; }; [k: string]: any; }