UNPKG

@omnigraph/soap

Version:
9 lines (8 loc) 248 B
import type { X2jOptions } from 'fast-xml-parser'; export interface SoapAnnotations { subgraph: string; elementName: string; bindingNamespace: string; endpoint: string; } export declare const PARSE_XML_OPTIONS: Partial<X2jOptions>;