UNPKG

@platform/cell.client

Version:

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

8 lines (7 loc) 255 B
import { t } from '../common'; export declare function deleteFiles(args: { http: t.Http; urls: t.IUrlsCell; filename: string | string[]; action: t.IReqDeleteCellFsBody['action']; }): Promise<t.IHttpClientResponse<t.IResDeleteCellFsData>>;