UNPKG

triplecheck-broker

Version:

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

4 lines (3 loc) 203 B
import { Repository } from 'triplecheck-core'; import { Url } from '../contracts/Url'; export declare function TripleCheckBrokerController(request: Url, body: any, repository: Repository): Promise<any>;