mirror of
https://github.com/Lidarr/Lidarr
synced 2026-04-27 15:12:53 +02:00
12 lines
295 B
TypeScript
12 lines
295 B
TypeScript
// This file is automatically generated.
|
|
// Please do not change this file!
|
|
interface CssExports {
|
|
'album': string;
|
|
'albumType': string;
|
|
'allTracks': string;
|
|
'info': string;
|
|
'missingWanted': string;
|
|
'tracks': string;
|
|
}
|
|
export const cssExports: CssExports;
|
|
export default cssExports;
|