Add applyEffect
This commit is contained in:
@ -28,7 +28,7 @@ export interface Term {
|
||||
canPrecedeVariable: boolean;
|
||||
}
|
||||
|
||||
export interface Action extends Term {
|
||||
export interface ActionTerm extends Term {
|
||||
action: ActionFn;
|
||||
category: "action";
|
||||
}
|
||||
|
Reference in New Issue
Block a user