chore(client/ts): port bulk_actions/note

This commit is contained in:
Elian Doran
2024-12-21 15:04:33 +02:00
parent 5bdb325e08
commit b14cb4e3ce
5 changed files with 2 additions and 0 deletions
@@ -8,8 +8,10 @@ interface ActionDefinition {
script: string;
relationName: string;
targetNoteId: string;
targetParentNoteId: string;
oldRelationName?: string;
newRelationName?: string;
newTitle?: string;
}
export default abstract class AbstractBulkAction {