質問編集履歴
1
warningのメッセージを追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -13,6 +13,8 @@
|
|
13
13
|
type: typeof 'HANDLE_CHANGE'
|
14
14
|
|
15
15
|
payload: any // objectのkeyが動的に変わるため型の付け方が分からない...
|
16
|
+
|
17
|
+
// error msg: warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
|
16
18
|
|
17
19
|
}
|
18
20
|
|