Skip to content

Commit 9bda4c3

Browse files
committed
refactor: dont export internal interface
1 parent 9a4a5ae commit 9bda4c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export interface ExtendedPinoOptions extends LoggerOptions {
66
storageProvider?: ContextStorageProvider;
77
}
88

9-
export interface LamdbaEvent {
9+
interface LamdbaEvent {
1010
headers?: {
1111
[key: string]: string;
1212
};

0 commit comments

Comments
 (0)