UNPKG

@uppy/companion

Version:

OAuth helper and remote fetcher for Uppy's (https://uppy.io) extensible file upload widget with support for drag&drop, resumable uploads, previews, restrictions, file processing/encoding, remote providers like Dropbox and Google Drive, S3 and more :dog:

10 lines (9 loc) 293 B
export function startCleanUpJob(dirPath: string): void; export function startPeriodicPingJob({ urls, interval, count, staticPayload, version, processId, }: { urls: any; interval?: number; count: any; staticPayload?: {}; version: any; processId: any; }): Promise<void>;