mirror of
https://github.com/Radarr/Radarr
synced 2026-01-06 07:32:55 +01:00
9 lines
231 B
TypeScript
9 lines
231 B
TypeScript
// This file is automatically generated.
|
|
// Please do not change this file!
|
|
interface CssExports {
|
|
'message': string;
|
|
'path': string;
|
|
'pathContainer': string;
|
|
}
|
|
export const cssExports: CssExports;
|
|
export default cssExports;
|