UNPKG

@mieweb/wikigdrive

Version:

Google Drive to MarkDown synchronization

6 lines 287 B
import { FileContentService } from '../../utils/FileContentService.js'; import { GoogleFile } from '../../model/GoogleFile.js'; export declare class GoogleFilesScanner { scan(googleFolder: FileContentService): Promise<GoogleFile[]>; } //# sourceMappingURL=GoogleFilesScanner.d.ts.map