mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-10 10:22:29 +08:00
chore(client/ts): port bulk_actions/label
This commit is contained in:
parent
b14cb4e3ce
commit
6f0d6a968d
@ -12,6 +12,10 @@ interface ActionDefinition {
|
||||
oldRelationName?: string;
|
||||
newRelationName?: string;
|
||||
newTitle?: string;
|
||||
labelName?: string;
|
||||
labelValue?: string;
|
||||
oldLabelName?: string;
|
||||
newLabelName?: string;
|
||||
}
|
||||
|
||||
export default abstract class AbstractBulkAction {
|
||||
|
Loading…
x
Reference in New Issue
Block a user