1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-21 22:05:38 -04:00

Upgrade @typescript-eslint packages to 8.181.1

This commit is contained in:
Mark McDowall
2024-12-16 16:09:27 -08:00
parent 016b571838
commit ed10b63fa0
10 changed files with 99 additions and 96 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import { AppSectionProviderState } from 'App/State/AppSectionState';
import Metadata from 'typings/Metadata';
interface MetadataAppState extends AppSectionProviderState<Metadata> {}
type MetadataAppState = AppSectionProviderState<Metadata>;
export default MetadataAppState;