mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-16 21:16:24 -04:00
11 lines
253 B
TypeScript
11 lines
253 B
TypeScript
// This file is automatically generated.
|
|
// Please do not change this file!
|
|
interface CssExports {
|
|
'bookCount': string;
|
|
'monitored': string;
|
|
'sortName': string;
|
|
'status': string;
|
|
}
|
|
export const cssExports: CssExports;
|
|
export default cssExports;
|