mirror of
https://github.com/Radarr/Radarr
synced 2025-12-25 17:52:43 +01:00
1 line
63 B
TypeScript
1 line
63 B
TypeScript
export type ExtraFileType = 'subtitle' | 'metadata' | 'other';
|