1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-19 21:46:50 -04:00

Convert Blocklist to TypeScript

(cherry picked from commit ee80564dd427ca1dc14c192955efaa61f386ad44)

Closes #10229
This commit is contained in:
Mark McDowall
2024-07-18 22:44:06 -07:00
committed by Bogdan
parent dc3bf9acb0
commit a826ffdbc9
19 changed files with 601 additions and 800 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
interface CssExports {
'actions': string;
'indexer': string;
'language': string;
'languages': string;
'quality': string;
}
export const cssExports: CssExports;