mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-22 22:15:17 -04:00
Convert Menu components to TypeScript
(cherry picked from commit 12a1ef038753cdab89ae7137d06e1ba3810166b1)
This commit is contained in:
@@ -43,7 +43,7 @@ export interface PropertyFilter {
|
||||
|
||||
export interface Filter {
|
||||
key: string;
|
||||
label: string;
|
||||
label: string | (() => string);
|
||||
filers: PropertyFilter[];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user