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.
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