mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-21 22:05:43 -04:00
4e827e726f
(cherry picked from commit 0210b5c5c1b5c56dce6f4c9f3f56366adba950d3)
14 lines
343 B
TypeScript
14 lines
343 B
TypeScript
// This file is automatically generated.
|
|
// Please do not change this file!
|
|
interface CssExports {
|
|
'continuing': string;
|
|
'downloaded': string;
|
|
'legendItem': string;
|
|
'missingMonitored': string;
|
|
'missingUnmonitored': string;
|
|
'queue': string;
|
|
'unmonitored': string;
|
|
}
|
|
export const cssExports: CssExports;
|
|
export default cssExports;
|