@lcap/nasl
Version:
NetEase Application Specific Language
35 lines • 940 B
TypeScript
import type { InstructStatus } from './types';
declare const _default: {
batchQuery({ body, headers, config }: {
body: Array<any>;
headers: Record<string, string>;
config?: object;
}): any;
incrQuery({ body, headers, config }: {
body: any;
headers: Record<string, string>;
config?: object;
}): any;
batchAction({ body, headers }: {
body: Array<any>;
headers: Record<string, string>;
}): any;
batchInstruct({ body, headers }: {
body: Array<any>;
headers: Record<string, string>;
}): Promise<InstructStatus>;
saveFrontendNasl({ body }: {
body: any;
}): any;
databaseTypes({ query }: {
query: any;
}): any;
breakpoint({ body }: {
body: any;
}): any;
aiCoachActionRecord({ body }: {
body: any;
}): any;
};
export default _default;
//# sourceMappingURL=service.d.ts.map