UNPKG

@mtranter/wsdl-tsclient

Version:

Generate typescript soap client with typescript definitons from WSDL file.

6 lines 287 B
import { ParsedWsdl } from "./models/parsed-wsdl"; export interface GeneratorOptions { emitDefinitionsOnly: boolean; } export declare function generate(parsedWsdl: ParsedWsdl, outDir: string, options: Partial<GeneratorOptions>): Promise<void>; //# sourceMappingURL=generator.d.ts.map