UNPKG

@buttercup/googledrive-client

Version:
8 lines (7 loc) 236 B
import { HotPatcher } from "hot-patcher"; export interface InternalDeleteFileOptions { id: string; patcher: HotPatcher; token: string; } export declare function deleteFile(options: InternalDeleteFileOptions): Promise<void>;