UNPKG

@platform/cell.client

Version:

A strongly typed HTTP client for operating with a CellOS service end-point.

9 lines (8 loc) 302 B
import { t } from '../common'; export declare function copyFiles(args: { http: t.Http; urls: t.IUrlsCell; files: t.IHttpClientCellFileCopy | t.IHttpClientCellFileCopy[]; changes?: boolean; permission?: t.FsS3Permission; }): Promise<t.IHttpClientResponse<t.IResPostCellFsCopyData>>;