anomaly-express
Version:
Anomaly Express is a security framework for Express.js that provides a set of tools and utilities to help you build secure applications.
18 lines • 449 B
TypeScript
export interface RequestInterfaceAtClickhouse {
app_id: string;
headers: string;
id: string;
ip_address: string;
method: string;
response_body: string;
status_code: number;
timestamp: string;
user_uuid: string;
url: string;
anomaly_is_anomaly: number;
anomaly_description: string;
detected_by_policy_id: string;
duration_ms: number;
blocked: number;
}
//# sourceMappingURL=Request.d.ts.map