UNPKG

dbgate-tools

Version:

Auxiliary tools for other DbGate packages.

11 lines (10 loc) 252 B
export declare class RowProgressReporter { progressName: any; field: string; counter: number; timeoutHandle: any; constructor(progressName: any, field?: string); add(count: number): void; finish(): void; send(): void; }