import { FetchStateAndError, FetchedState, ID } from '../../commonStateTypes/common'; export interface TagViewState extends FetchedState { tagCreateStatus: FetchStateAndError; tagDeleteStatusById: Record; tagsId: ID[]; }