UNPKG

@mieweb/wikigdrive

Version:

Google Drive to MarkDown synchronization

8 lines 357 B
import { Controller, type ControllerCallContext } from './Controller.js'; import { Logger } from 'winston'; export declare class LogsController extends Controller { private readonly queryLogger; constructor(subPath: string, queryLogger: Logger); getConfig(ctx: ControllerCallContext): Promise<any>; } //# sourceMappingURL=LogsController.d.ts.map