Skip to content

Commit bbda28b

Browse files
committed
FIX: Typing error with ClsStore interface
This commit is going to close the Papooch#20.
1 parent ae84bde commit bbda28b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/lib/cls.interfaces.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,4 @@ export class ClsInterceptorOptions {
160160
readonly namespaceName?: string;
161161
}
162162

163-
export interface ClsStore {
164-
[key: symbol]: any;
165-
}
163+
export type ClsStore = Record<symbol, any>;

0 commit comments

Comments
 (0)