We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12f0870 commit 81a7332Copy full SHA for 81a7332
services/libs/types/src/attributes.ts
@@ -1,3 +1,4 @@
1
export interface IAttributes {
2
- [key: string]: Record<string, unknown>
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any
3
+ [key: string]: Record<string, any>
4
}
0 commit comments