UNPKG

triplecheck-broker

Version:

The TripleCheck broker is a central, global store for all of your contracts and contract tests.

13 lines (12 loc) 286 B
export declare type BrokerResponse = { responseData: string; status: number; }; export declare type BrokerRequest = { body: string | undefined; method: 'GET' | 'POST' | 'PUT' | 'DELETE' | 'OPTIONS'; url: { pathname: string; search: string; }; };