mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-19 21:46:43 -04:00
a77bf64352
Closes #7311
39 lines
925 B
TypeScript
39 lines
925 B
TypeScript
// This file is automatically generated.
|
|
// Please do not change this file!
|
|
interface CssExports {
|
|
'actions': string;
|
|
'added': string;
|
|
'banner': string;
|
|
'bannerGrow': string;
|
|
'bannerImage': string;
|
|
'cell': string;
|
|
'certification': string;
|
|
'checkInput': string;
|
|
'episodeCount': string;
|
|
'episodeProgress': string;
|
|
'genres': string;
|
|
'latestSeason': string;
|
|
'link': string;
|
|
'monitorNewItems': string;
|
|
'network': string;
|
|
'nextAiring': string;
|
|
'originalLanguage': string;
|
|
'overlayTitle': 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;
|