UNPKG

triplecheck-broker

Version:

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

9 lines (8 loc) 183 B
import { Schema } from './Schema'; export declare type Test = { [serviceName: string]: TestVersion; }; declare type TestVersion = { [version: string]: Schema[]; }; export {};