mirror of
https://github.com/Radarr/Radarr
synced 2026-03-23 04:43:52 +01:00
10 lines
242 B
TypeScript
10 lines
242 B
TypeScript
// This file is automatically generated.
|
|
// Please do not change this file!
|
|
interface CssExports {
|
|
'imdbId': string;
|
|
'title': string;
|
|
'tmdbId': string;
|
|
'year': string;
|
|
}
|
|
export const cssExports: CssExports;
|
|
export default cssExports;
|