mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-19 22:04:56 -04:00
7022054dd7
Fixes #1948
26 lines
592 B
TypeScript
26 lines
592 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;
|
|
'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;
|