UNPKG

aps-data-api

Version:

package for data extraction from APS company for omnimetic project

7 lines (5 loc) 187 B
import { CloudFile } from './cloud-file'; export type UploadFileCallback = ( file: { filename: string; mimetype: string; path: string }, path: string, ) => Promise<CloudFile>;