UNPKG
ngx-hybrid-soap
Version:
latest (0.17.93)
0.17.93
0.17.92
0.17.91
0.17.9
0.17.8
0.17.7
0.17.6
0.17.5
0.17.4
0.17.3
SOAP service for Angular
github.com/WilliamAndreu/ngx-rudo-soap
ngx-hybrid-soap
/
lib
/
soap
/
soapAttachment.d.ts
9 lines
(8 loc)
•
264 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
export
declare
class
SoapAttachment
{
mimetype
:
string
;
contentId
:
string
;
name
:
string
;
body
:
any
;
constructor
(
mimetype
:
string
,
contentId
:
string
,
name
:
string
,
body
:
any
);
static
fromFormFiles
(
files
?:
FileList
|
File
[]):
Promise
<
any
>; }