Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Envelope<T>

Base Typing for SOAP Response

Type parameters

  • T

Hierarchy

  • Envelope

Index

Properties

Properties

envelope

envelope: { $: { s:encodingStyle: string; xmlns:s: string }; body: T }

Type declaration

  • $: { s:encodingStyle: string; xmlns:s: string }
    • s:encodingStyle: string
    • xmlns:s: string
  • body: T

Generated using TypeDoc