mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-12 16:35:49 +01:00
🎨 Renamed to ICommonWidgetOptions
This commit is contained in:
@@ -43,7 +43,7 @@ export type IWidgetOptionValue = (
|
||||
| IDraggableEditableListInputValue<any>
|
||||
| IMultipleTextInputOptionValue
|
||||
| ILocationOptionValue
|
||||
) & CommonOptions;
|
||||
) & ICommonWidgetOptions;
|
||||
|
||||
// Interface for data type
|
||||
interface DataType {
|
||||
@@ -51,7 +51,7 @@ interface DataType {
|
||||
value: string;
|
||||
}
|
||||
|
||||
interface CommonOptions {
|
||||
interface ICommonWidgetOptions {
|
||||
info?: boolean;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user