UNPKG

triplecheck-broker

Version:

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

8 lines (7 loc) 189 B
import { Schema } from './Schema'; export declare type Contract = { [serviceName: string]: ContractVersion; }; export declare type ContractVersion = { [version: string]: Schema; };