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>
|
| IDraggableEditableListInputValue<any>
|
||||||
| IMultipleTextInputOptionValue
|
| IMultipleTextInputOptionValue
|
||||||
| ILocationOptionValue
|
| ILocationOptionValue
|
||||||
) & CommonOptions;
|
) & ICommonWidgetOptions;
|
||||||
|
|
||||||
// Interface for data type
|
// Interface for data type
|
||||||
interface DataType {
|
interface DataType {
|
||||||
@@ -51,7 +51,7 @@ interface DataType {
|
|||||||
value: string;
|
value: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
interface CommonOptions {
|
interface ICommonWidgetOptions {
|
||||||
info?: boolean;
|
info?: boolean;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user