UNPKG

json-to-ts

Version:

Convert json object to typescript interfaces

3 lines (2 loc) 148 B
import { TypeStructure, NameEntry } from "./model"; export declare function getNames(typeStructure: TypeStructure, rootName?: string): NameEntry[];