mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-03-05 13:20:20 -05:00
34 lines
814 B
TypeScript
34 lines
814 B
TypeScript
// This file is automatically generated.
|
|
// Please do not change this file!
|
|
interface CssExports {
|
|
'actions': string;
|
|
'added': string;
|
|
'banner': string;
|
|
'bannerGrow': string;
|
|
'certification': string;
|
|
'episodeCount': string;
|
|
'episodeProgress': string;
|
|
'genres': string;
|
|
'latestSeason': string;
|
|
'monitorNewItems': string;
|
|
'network': string;
|
|
'nextAiring': string;
|
|
'originalLanguage': string;
|
|
'path': string;
|
|
'previousAiring': string;
|
|
'qualityProfileId': string;
|
|
'ratings': string;
|
|
'releaseGroups': string;
|
|
'seasonCount': string;
|
|
'seasonFolder': string;
|
|
'seriesType': string;
|
|
'sizeOnDisk': string;
|
|
'sortTitle': string;
|
|
'status': string;
|
|
'tags': string;
|
|
'useSceneNumbering': string;
|
|
'year': string;
|
|
}
|
|
export const cssExports: CssExports;
|
|
export default cssExports;
|