mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 10:26:08 +01:00 
			
		
		
		
	chore(react/ribbon): port convert to attachment
This commit is contained in:
		| @@ -1,4 +1,4 @@ | ||||
| import { AttributeRow, NoteType } from "./rows.js"; | ||||
| import { AttachmentRow, AttributeRow, NoteType } from "./rows.js"; | ||||
|  | ||||
| type Response = { | ||||
|     success: true, | ||||
| @@ -202,3 +202,7 @@ export interface CloneResponse { | ||||
|     branchId?: string; | ||||
|     notePath?: string; | ||||
| } | ||||
|  | ||||
| export interface ConvertToAttachmentResponse { | ||||
|     attachment: AttachmentRow; | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user