@lcap/nasl
Version:
NetEase Application Specific Language
12 lines • 556 B
TypeScript
import { OqlQueryComponent, SyntaxNode } from '@lcap/nasl-concepts';
import type { AxiosInstance } from 'axios';
export declare const naslOQLCacheStore: LocalForage;
type ExtraParams = {
appId: string;
ideVersion: string;
datasourceInfoList: any[];
};
export declare function requestEmbeddedTSBatch(http: AxiosInstance, oqlList: OqlQueryComponent[], extraParams: ExtraParams): Promise<void>;
export declare function internalWaitOqlQueryComponentChildrenFinish(node: SyntaxNode): Promise<void>;
export {};
//# sourceMappingURL=oql-cache.d.ts.map