1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-18 21:35:27 -04:00
Files
Sonarr/frontend/src/App/State/EpisodesAppState.ts
2023-04-10 21:38:50 -07:00

7 lines
181 B
TypeScript

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