Commit 340d39f
improve: replace 'any' with 'Record<string, any>' for better type safety
- Changes input field type from 'any' to 'Record<string, any>'
- Adds documentation explaining why this type is used
- Maintains flexibility while providing better type safety
- Addresses feedback about eliminating 'any' usage1 parent 96a3c73 commit 340d39f
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
37 | 40 | | |
38 | 41 | | |
39 | 42 | | |
| |||
0 commit comments