chore: Bringing across edits from enterprise codebase
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { Event } from "@server/types";
|
||||
|
||||
export default abstract class BaseProcessor {
|
||||
static applicableEvents: Event["name"][] = [];
|
||||
static applicableEvents: (Event["name"] | "*")[] = [];
|
||||
|
||||
public abstract perform(event: Event): Promise<void>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user