lighthouse-package-fork
Version:
NPM package and CLI tool to interact with lighthouse protocol
6 lines (5 loc) • 318 B
TypeScript
import { IFileUploadedResponse, IUploadProgressCallback } from '../../../../types';
declare const _default: (files: any, apiKey: string, publicKey: string, auth_token: string, uploadProgressCallback: (data: IUploadProgressCallback) => void) => Promise<{
data: IFileUploadedResponse[];
}>;
export default _default;