UNPKG

naga-audit-service

Version:

A comprehensive audit service library for NestJS applications with MongoDB support

11 lines 410 B
export declare function sendRequestToService({ method, service, requestPath, query, throwException, timeout, retries, retryDelay, }: { method: string; service: string; requestPath: string; query?: Record<string, any>; throwException?: boolean; timeout?: number; retries?: number; retryDelay?: number; }): Promise<any | Error>; //# sourceMappingURL=inter-service-gateway.d.ts.map