Task Init
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
import { AggregateOptions, AggregateRawReply } from './AGGREGATE';
|
||||
import { ProfileOptions, ProfileRawReply, ProfileReply } from '.';
|
||||
export declare const IS_READ_ONLY = true;
|
||||
export declare function transformArguments(index: string, query: string, options?: ProfileOptions & AggregateOptions): Array<string>;
|
||||
type ProfileAggeregateRawReply = ProfileRawReply<AggregateRawReply>;
|
||||
export declare function transformReply(reply: ProfileAggeregateRawReply): ProfileReply;
|
||||
export {};
|
||||
Reference in New Issue
Block a user