mirror of
https://github.com/fergalmoran/Readarr.git
synced 2025-12-26 03:18:14 +00:00
13 lines
290 B
TypeScript
13 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;
|