chore(react/ribbon): port convert to attachment

This commit is contained in:
Elian Doran
2025-08-24 23:20:26 +03:00
parent f91c1f4180
commit a3e8fd374f
4 changed files with 60 additions and 37 deletions

View File

@@ -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;
}