mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-15 21:06:20 -04:00
(cherry picked from commit dd09f31abb4dd3f699bcff0a47577075300c70ee) Fix AuthorFolderAsRootFolderValidator (cherry picked from commit 0ce81e1ab69d43fde382cc4ae22cd46fe626dea7)
13 lines
302 B
TypeScript
13 lines
302 B
TypeScript
// This file is automatically generated.
|
|
// Please do not change this file!
|
|
interface CssExports {
|
|
'authorFolder': string;
|
|
'freeSpace': string;
|
|
'isMissing': string;
|
|
'isMobile': string;
|
|
'optionText': string;
|
|
'value': string;
|
|
}
|
|
export const cssExports: CssExports;
|
|
export default cssExports;
|