mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-21 22:05:38 -04:00
c62fc9d05b
Closes #7400
7 lines
217 B
TypeScript
7 lines
217 B
TypeScript
import { AppSectionProviderState } from 'App/State/AppSectionState';
|
|
import Metadata from 'typings/Metadata';
|
|
|
|
interface MetadataAppState extends AppSectionProviderState<Metadata> {}
|
|
|
|
export default MetadataAppState;
|