import { Schema } from './Schema'; export interface Definitions { [name: string]: Schema; }