UNPKG

voxa-cli

Version:
5 lines (4 loc) 356 B
import { drive_v3 } from "googleapis"; export declare function downloadDirs(dirs: string[], assetsRoot: string, key: any): Promise<void>; export declare function downloadDirectoryResource(driveService: drive_v3.Drive, fileResource: drive_v3.Schema$File, rootPath: string): Promise<void>; export declare function fileMd5(filepath: string): Promise<string>;