@mieweb/wikigdrive
Version:
Google Drive to MarkDown synchronization
8 lines • 357 B
TypeScript
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