3 lines
163 B
TypeScript
3 lines
163 B
TypeScript
import { ReportData, Context } from './types';
|
|
export declare function runUserJsAndGetRaw(data: ReportData | undefined, code: string, ctx: Context): Promise<any>;
|