diff --git a/apps/client/src/widgets/buttons/note_actions.ts b/apps/client/src/widgets/buttons/note_actions.ts index 069253bfe..0ddd31b30 100644 --- a/apps/client/src/widgets/buttons/note_actions.ts +++ b/apps/client/src/widgets/buttons/note_actions.ts @@ -10,11 +10,6 @@ import { t } from "../../services/i18n.js"; import type FNote from "../../entities/fnote.js"; import type { FAttachmentRow } from "../../entities/fattachment.js"; -// TODO: Deduplicate with server -interface ConvertToAttachmentResponse { - attachment: FAttachmentRow; -} - const TPL = /*html*/`