UNPKG

@omnigraph/soap

Version:

8 lines (7 loc) 220 B
import { X2jOptions } from 'fast-xml-parser'; export interface SoapAnnotations { elementName: string; bindingNamespace: string; baseUrl: string; } export declare const PARSE_XML_OPTIONS: Partial<X2jOptions>;