UNPKG

ngx-soap

Version:

SOAP service for Angular

9 lines (8 loc) 264 B
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>; }