UNPKG

@gravityforms/gulp-tasks

Version:
10 lines (9 loc) 300 B
import { UtilsGDrive } from '..'; export interface Params$MakeNestedFolder { folderPath: string; options: { isSharedDrive: boolean; sharedDriveId?: string; }; } export declare function makeNestedFolder(this: UtilsGDrive, params: Params$MakeNestedFolder): Promise<string>;