mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-04-24 21:59:03 -05:00
chore(client/ts): port bulk_actions/relations
This commit is contained in:
@@ -8,6 +8,8 @@ interface ActionDefinition {
|
||||
script: string;
|
||||
relationName: string;
|
||||
targetNoteId: string;
|
||||
oldRelationName?: string;
|
||||
newRelationName?: string;
|
||||
}
|
||||
|
||||
export default abstract class AbstractBulkAction {
|
||||
|
||||
Reference in New Issue
Block a user