1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-19 21:46:43 -04:00
Files
Sonarr/frontend/src/InteractiveSearch/InteractiveSearchRow.css.d.ts
T
Bogdan 7a768b5d0f New: Indexer flags
Closes #2782
2024-02-20 23:12:45 -05:00

23 lines
549 B
TypeScript

// This file is automatically generated.
// Please do not change this file!
interface CssExports {
'age': string;
'customFormatScore': string;
'download': string;
'downloadIcon': string;
'indexer': string;
'indexerFlags': string;
'interactiveIcon': string;
'languages': string;
'manualDownloadContent': string;
'peers': string;
'protocol': string;
'quality': string;
'rejected': string;
'sceneMapping': string;
'size': string;
'titleContent': string;
}
export const cssExports: CssExports;
export default cssExports;