UNPKG

json-schema-typescript-generator

Version:
5 lines (4 loc) 115 B
import { FileLocation } from '../files'; export type References = { schema: Map<FileLocation, Set<string>>; };