Skip to content

Commit 0fdb80e

Browse files
authored
fix(logger): export LoggerInterface - Close aws-powertools#2828
1 parent 84192bb commit 0fdb80e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/logger/src/types/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@ export type {
1515
ConstructorOptions,
1616
InjectLambdaContextOptions,
1717
CustomJsonReplacerFn,
18+
LoggerInterface,
1819
} from './Logger.js';

0 commit comments

Comments
 (0)