UNPKG

node-web-mvc

Version:
16 lines (15 loc) 441 B
import { ApiModelInfo } from './declare'; import TypeMappings from './typemappings'; export default class Schemas { typemappings: TypeMappings; makeRef(name: any): string; /** * 获取最后可用的定义数据 * @param dataType */ build(): Record<string, ApiModelInfo>; private buildApiModel; private buildApiModelProperties; private buildApiModelRefrerences; private buildApiGenericModel; }