mirror of
https://github.com/zadam/trilium.git
synced 2025-11-05 04:45:47 +01:00
chore(client): fix a type error
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
import { AttributeType } from "./rows.js";
|
import type { AttributeType } from "./rows.js";
|
||||||
|
|
||||||
type LauncherNoteType = "launcher" | "search" | "doc" | "noteMap" | "contentWidget" | "book" | "file" | "image" | "text" | "relationMap" | "render" | "canvas" | "mermaid" | "webView" | "code" | "mindMap" | "geoMap";
|
type LauncherNoteType = "launcher" | "search" | "doc" | "noteMap" | "contentWidget" | "book" | "file" | "image" | "text" | "relationMap" | "render" | "canvas" | "mermaid" | "webView" | "code" | "mindMap" | "geoMap";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user