mirror of
https://github.com/Radarr/Radarr
synced 2025-12-25 09:42:24 +01:00
11 lines
282 B
TypeScript
11 lines
282 B
TypeScript
// This file is automatically generated.
|
|
// Please do not change this file!
|
|
interface CssExports {
|
|
'actions': string;
|
|
'customFormatScore': string;
|
|
'progress': string;
|
|
'protocol': string;
|
|
'quality': string;
|
|
}
|
|
export const cssExports: CssExports;
|
|
export default cssExports;
|