UNPKG

@wepublish/api

Version:
8 lines (7 loc) 283 B
import { HttpService } from '@nestjs/axios'; import { ArrayBufferUpload } from '../media-adapter'; export declare class ImageFetcherService { private httpService; constructor(httpService: HttpService); fetch(url: string, filename?: string): Promise<ArrayBufferUpload>; }