mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-03 20:06:08 +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";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -42,4 +42,4 @@ export interface HiddenSubtreeItem {
 | 
				
			|||||||
        | "quickSearch"
 | 
					        | "quickSearch"
 | 
				
			||||||
        | "aiChatLauncher";
 | 
					        | "aiChatLauncher";
 | 
				
			||||||
    command?: keyof typeof Command;
 | 
					    command?: keyof typeof Command;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user