mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-11-17 00:11:59 +08:00
chore(client/ts): port bulk_actions/relations
This commit is contained in:
parent
ef4d2378f1
commit
5bdb325e08
@ -8,6 +8,8 @@ interface ActionDefinition {
|
||||
script: string;
|
||||
relationName: string;
|
||||
targetNoteId: string;
|
||||
oldRelationName?: string;
|
||||
newRelationName?: string;
|
||||
}
|
||||
|
||||
export default abstract class AbstractBulkAction {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user