Files
Prowlarr/frontend/src/Indexer/Index/Table/IndexerIndexRow.css.d.ts
T
Bogdan 4e8b9e81cf New: Option to prefer magnet URLs over torrent file links
Co-authored-by: Deathspike <meister.deathspike@outlook.com>

New: Bulk edit Prefer Magnet Url for indexers
2024-09-27 06:42:06 +03:00

27 lines
621 B
TypeScript

// This file is automatically generated.
// Please do not change this file!
interface CssExports {
'actions': string;
'added': string;
'appProfileId': string;
'capabilities': string;
'cell': string;
'checkInput': string;
'externalLink': string;
'id': string;
'minimumSeeders': string;
'packSeedTime': string;
'preferMagnetUrl': string;
'priority': string;
'privacy': string;
'protocol': string;
'seedRatio': string;
'seedTime': string;
'sortName': string;
'status': string;
'tags': string;
'vipExpiration': string;
}
export const cssExports: CssExports;
export default cssExports;