mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-10 15:35:55 +01:00
✨ Add support for lists in module option
This feature allows a module maker to use a list as the different possible values for a module integration.
This commit is contained in:
@@ -16,5 +16,6 @@ interface Option {
|
||||
|
||||
export interface OptionValues {
|
||||
name: string;
|
||||
value: boolean | string;
|
||||
value: boolean | string | string[];
|
||||
options?: string[];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user