koruai
Version:
AI-powered security monitoring middleware for Express.js applications. Detects anomalies and threats in real-time with intelligent request analysis.
14 lines • 400 B
TypeScript
export interface EndpointMappingResponseFromAi {
matchUrlToEndpointFunction: string;
}
export interface EndpointMapperInterfaceAtClickhouse {
app_id: string;
match_url_to_endpoint_function: string;
id: string;
timestamp: string;
user_uuid: string;
}
export interface ResultFromMatchedUrlToEndpointFunction {
endpoint: string;
}
//# sourceMappingURL=EndpointMapper.d.ts.map