@mieweb/wikigdrive
Version:
Google Drive to MarkDown synchronization
14 lines • 671 B
TypeScript
import winston from 'winston';
import { QueueTask } from '../google_folder/QueueTask.js';
import { FileContentService } from '../../utils/FileContentService.js';
import { LocalFile, RedirFile } from '../../model/LocalFile.js';
export declare class TaskRedirFileTransform extends QueueTask {
protected logger: winston.Logger;
private realFileName;
private destinationDirectory;
private redirFile;
private localFile;
constructor(logger: winston.Logger, realFileName: string, destinationDirectory: FileContentService, redirFile: RedirFile, localFile: LocalFile);
run(): Promise<QueueTask[]>;
}
//# sourceMappingURL=TaskRedirFileTransform.d.ts.map