n8n
Version:
n8n Workflow Automation Tool
9 lines (8 loc) • 483 B
TypeScript
import type { Response } from 'express';
import type { AuditRequest } from '../../../../PublicApi/types';
declare const _default: {
generateAudit: (((req: import("../../../../requests").AuthenticatedRequest<{
id?: string | undefined;
}>, res: Response<any, Record<string, any>>, next: import("express").NextFunction) => Promise<void | Response<any, Record<string, any>>>) | ((req: AuditRequest.Generate, res: Response) => Promise<Response>))[];
};
export = _default;