mirror of
https://github.com/Readarr/Readarr.git
synced 2026-03-30 18:24:45 -04:00
(cherry picked from commit dd09f31abb4dd3f699bcff0a47577075300c70ee) Fix AuthorFolderAsRootFolderValidator (cherry picked from commit 0ce81e1ab69d43fde382cc4ae22cd46fe626dea7)
12 lines
286 B
TypeScript
12 lines
286 B
TypeScript
// This file is automatically generated.
|
|
// Please do not change this file!
|
|
interface CssExports {
|
|
'authorFolder': string;
|
|
'freeSpace': string;
|
|
'path': string;
|
|
'pathContainer': string;
|
|
'selectedValue': string;
|
|
}
|
|
export const cssExports: CssExports;
|
|
export default cssExports;
|