refactor: improve type checking for DispatchingStore dispatch payloads
This commit is contained in:
@@ -236,7 +236,8 @@ const dispatchers = defineDispatchers({
|
||||
globals: entries,
|
||||
}
|
||||
},
|
||||
clearGlobalVariables() {
|
||||
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
||||
clearGlobalVariables(_store, {}) {
|
||||
return {
|
||||
globals: [],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user