Skip to content

Commit 81a7332

Browse files
committed
fix: attribute type
1 parent 12f0870 commit 81a7332

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

services/libs/types/src/attributes.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
export interface IAttributes {
2-
[key: string]: Record<string, unknown>
2+
// eslint-disable-next-line @typescript-eslint/no-explicit-any
3+
[key: string]: Record<string, any>
34
}

0 commit comments

Comments
 (0)