diff --git a/pino.d.ts b/pino.d.ts index 5465353e8..52f86bbac 100644 --- a/pino.d.ts +++ b/pino.d.ts @@ -39,7 +39,7 @@ type CustomLevelLogger = Options extends { customLevels: Record = (child: pino.Logger) => void -interface redactOptions { +export interface redactOptions { paths: string[]; censor?: string | ((value: any, path: string[]) => any); remove?: boolean;