UNPKG

logstack-zee

Version:

Complete Node.js logging solution with 6 integration methods, S3 bidirectional operations, advanced analytics, and multi-cloud storage support for enterprise-scale applications.

10 lines (9 loc) 349 B
import mongoose from 'mongoose'; export declare function processApiLogsDirectly(): Promise<{ hour: string; date: string; count: number; filePath: string; status: string; }[] | undefined>; export declare function processApiLogsByDateRange(startDate: string, endDate: string): Promise<mongoose.mongo.WithId<mongoose.AnyObject>[]>;