mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 10:26:08 +01:00 
			
		
		
		
	feat(react): port bookmark switch
This commit is contained in:
		| @@ -155,3 +155,10 @@ export interface OpenAiOrAnthropicModelResponse { | ||||
|         type: string; | ||||
|     }>; | ||||
| } | ||||
|  | ||||
| export type ToggleInParentResponse = { | ||||
|     success: true; | ||||
| } | { | ||||
|     success: false; | ||||
|     message: string; | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user