Sonarr/frontend/src/App/State/EpisodesAppState.ts

7 lines
181 B
TypeScript

import AppSectionState from 'App/State/AppSectionState';
import Episode from 'Episode/Episode';
type EpisodesAppState = AppSectionState<Episode>;
export default EpisodesAppState;