mirror of
https://github.com/Readarr/Readarr
synced 2026-02-25 16:11:36 +01:00
11 lines
266 B
TypeScript
11 lines
266 B
TypeScript
// This file is automatically generated.
|
|
// Please do not change this file!
|
|
interface CssExports {
|
|
'actions': string;
|
|
'dateAdded': string;
|
|
'path': string;
|
|
'quality': string;
|
|
'size': string;
|
|
}
|
|
export const cssExports: CssExports;
|
|
export default cssExports;
|