mirror of
https://github.com/Readarr/Readarr.git
synced 2026-03-24 17:24:30 -04:00
(cherry picked from commit a6f2db9139c4a6b01d162ccf8884fc02c874b4cf) Closes #2647 Closes #2658
12 lines
282 B
TypeScript
12 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;
|