UNPKG

@wocker/mariadb-plugin

Version:
7 lines (6 loc) 229 B
import { PluginConfigService } from "@wocker/core"; export declare class DumpService { protected readonly configService: PluginConfigService; constructor(configService: PluginConfigService); dumps(): Promise<void>; }