MCPcopy
hub / github.com/vpulim/node-soap / INamespace

Interface INamespace

src/nscontext.ts:1–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1interface INamespace {
2 declared: boolean;
3 prefix: string;
4 uri: string;
5}
6
7/**
8 * Scope for XML namespaces

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected