mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-11 07:55:52 +01:00
🔧 Make the changed values optional
This commit is contained in:
@@ -2,9 +2,9 @@ import { OptionValues } from '../components/modules/modules';
|
||||
|
||||
export interface Settings {
|
||||
searchUrl: string;
|
||||
title: string;
|
||||
logo: string;
|
||||
favicon: string;
|
||||
title?: string;
|
||||
logo?: string;
|
||||
favicon?: string;
|
||||
}
|
||||
|
||||
export interface Config {
|
||||
|
||||
Reference in New Issue
Block a user