chore: rename types to remove word "Type"

This commit is contained in:
2024-08-17 19:30:09 +02:00
parent 7b88633fba
commit 74cb0d45af
19 changed files with 112 additions and 122 deletions

View File

@@ -1,11 +1,11 @@
import {
appReducer,
InitialStateType,
InitialState,
setAppError,
setAppStatus,
} from './app-reducer'
let startState: InitialStateType
let startState: InitialState
beforeEach(() => {
startState = {