UNPKG

@buttercup/googledrive-client

Version:
9 lines (8 loc) 278 B
import { HotPatcher } from "hot-patcher"; export interface InternalCreateDirectoryOptions { name: string; parentID?: string; patcher: HotPatcher; token: string; } export declare function createDirectory(options: InternalCreateDirectoryOptions): Promise<string>;