UNPKG

rap2itf

Version:
7 lines (6 loc) 242 B
import { Intf, ICreatorExtr } from '../types'; /** 生成 Models 文件 */ export declare function createInterfaceModel(interfaces: Array<Intf>, extr: ICreatorExtr, len?: number): Promise<{ fileName: string; body: string; }[]>;