mirror of
https://github.com/ajnart/homarr.git
synced 2026-02-01 20:29:17 +01:00
* 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>
4 lines
118 B
TypeScript
4 lines
118 B
TypeScript
import type { WidgetKind } from "@homarr/definitions";
|
|
|
|
export type WidgetImportRecord = Record<WidgetKind, unknown>;
|