feat(ckeditor/watchdog): functional copy to clipboard button

This commit is contained in:
Elian Doran
2025-12-07 21:21:55 +02:00
parent 75a1fcc933
commit 397fb785d6
7 changed files with 58 additions and 16 deletions

View File

@@ -277,3 +277,11 @@ export interface NoteMapPostResponse {
export interface UpdateAttributeResponse {
attributeId: string;
}
export interface RenderMarkdownResponse {
htmlContent: string;
}
export interface ToMarkdownResponse {
markdownContent: string;
}