Renamed interfaces to IInterface
This commit is contained in:
parent
6c601429b9
commit
4d17249818
32 changed files with 106 additions and 105 deletions
9
src/Interfaces/IHistoryState.ts
Normal file
9
src/Interfaces/IHistoryState.ts
Normal file
|
@ -0,0 +1,9 @@
|
|||
import { IContainerModel } from './IContainerModel';
|
||||
|
||||
export interface IHistoryState {
|
||||
LastAction: string
|
||||
MainContainer: IContainerModel
|
||||
SelectedContainer: IContainerModel | null
|
||||
SelectedContainerId: string
|
||||
TypeCounters: Record<string, number>
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue