mirror of
https://github.com/zadam/trilium.git
synced 2025-11-15 17:55:52 +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