UNPKG

wlpacks-ontimize-web-ngx

Version:
7 lines (6 loc) 266 B
import { Observable } from 'rxjs'; export interface IFileService { getDefaultServiceConfiguration(serviceName?: string): any; configureService(config: any, modeAll?: boolean): void; upload(files: any[], entity: string, data?: object): Observable<any>; }