feat(react/floating_buttons): port save to note button

This commit is contained in:
Elian Doran
2025-08-27 23:14:25 +03:00
parent 08db03800e
commit 2085d1bbba
4 changed files with 30 additions and 25 deletions

View File

@@ -206,3 +206,5 @@ export interface CloneResponse {
export interface ConvertToAttachmentResponse {
attachment: AttachmentRow;
}
export type SaveSqlConsoleResponse = CloneResponse;