fix(deps): update dependency typescript-eslint to ^8.12.2 (#1381)
* fix(deps): update dependency typescript-eslint to ^8.12.2 * fix: lint issues --------- Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com> Co-authored-by: Meier Lukas <meierschlumpf@gmail.com>
This commit is contained in:
committed by
GitHub
parent
134ecf1ee7
commit
17401d1d72
@@ -1,5 +1,3 @@
|
||||
import type { WidgetKind } from "@homarr/definitions";
|
||||
|
||||
export type WidgetImportRecord = {
|
||||
[K in WidgetKind]: unknown;
|
||||
};
|
||||
export type WidgetImportRecord = Record<WidgetKind, unknown>;
|
||||
|
||||
Reference in New Issue
Block a user