mirror of
https://github.com/Readarr/Readarr
synced 2025-12-31 04:36:15 +01:00
17 lines
395 B
TypeScript
17 lines
395 B
TypeScript
// This file is automatically generated.
|
|
// Please do not change this file!
|
|
interface CssExports {
|
|
'age': string;
|
|
'cell': string;
|
|
'customFormatScore': string;
|
|
'download': string;
|
|
'indexer': string;
|
|
'peers': string;
|
|
'protocol': string;
|
|
'quality': string;
|
|
'rejected': string;
|
|
'size': string;
|
|
'title': string;
|
|
}
|
|
export const cssExports: CssExports;
|
|
export default cssExports;
|