import { StateInterface } from '../interfaces/state.interface'; export interface AppStore { fileManagerState: StateInterface; }