UNPKG

@junobuild/cli-tools

Version:

A collection of tools for Juno CLIs and Plugins.

6 lines (5 loc) 270 B
import type { UploadFile } from '../../types/deploy'; import type { UploadFilesParams } from '../../types/upload'; export declare const uploadFilesIndividually: ({ uploadFile, collection, ...rest }: { uploadFile: UploadFile; } & UploadFilesParams) => Promise<void>;