@mieweb/wikigdrive
Version:
Google Drive to MarkDown synchronization
14 lines • 598 B
TypeScript
import { Controller, type ControllerCallContext } from './Controller.js';
import { FileContentService } from '../../../utils/FileContentService.js';
export declare class GoogleDriveController extends Controller {
private readonly filesService;
constructor(subPath: string, filesService: FileContentService);
getShare(ctx: ControllerCallContext): Promise<{
shareUrl: string;
}>;
getUpload(ctx: ControllerCallContext): Promise<{
shareUrl: string;
}>;
getDocs(ctx: ControllerCallContext): Promise<void>;
}
//# sourceMappingURL=GoogleDriveController.d.ts.map