mirror of
https://github.com/Lidarr/Lidarr
synced 2026-01-07 16:14:43 +01:00
12 lines
290 B
TypeScript
12 lines
290 B
TypeScript
// This file is automatically generated.
|
|
// Please do not change this file!
|
|
interface CssExports {
|
|
'actions': string;
|
|
'checkInput': string;
|
|
'dateAdded': string;
|
|
'path': string;
|
|
'quality': string;
|
|
'size': string;
|
|
}
|
|
export const cssExports: CssExports;
|
|
export default cssExports;
|