UNPKG

flexmonster-mongo-connector

Version:

MongoDB connector for Flexmonster Pivot Table and Charts

8 lines (7 loc) 215 B
import { IKeyRegister } from './IKeyRegister'; export declare class RequestKey implements IKeyRegister { fmQuery: any; private readonly _hash; constructor(fmQuery: any); hash: () => string; }