mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
Use ServerResponse
This commit is contained in:
Vendored
+1
-1
@@ -20,7 +20,7 @@ declare namespace PinoHttp {
|
||||
genReqId?: GenReqId;
|
||||
useLevel?: Level;
|
||||
stream?: DestinationStream;
|
||||
customLogLevel?: (res: unknown, error: unknown) => Level
|
||||
customLogLevel?: (res: ServerResponse, error: unknown) => Level
|
||||
}
|
||||
|
||||
interface GenReqId {
|
||||
|
||||
Reference in New Issue
Block a user