mirror of
https://github.com/zadam/trilium.git
synced 2025-11-17 18:50:41 +01:00
chore(client/ts): port bulk_actions/add_relation
This commit is contained in:
@@ -6,6 +6,8 @@ import FAttribute from "../../entities/fattribute.js";
|
||||
|
||||
interface ActionDefinition {
|
||||
script: string;
|
||||
relationName: string;
|
||||
targetNoteId: string;
|
||||
}
|
||||
|
||||
export default abstract class AbstractBulkAction {
|
||||
|
||||
Reference in New Issue
Block a user