feat: add services package
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import { InternalEventInterface } from './InternalEventInterface'
|
||||
|
||||
export interface InternalEventHandlerInterface {
|
||||
handleEvent(event: InternalEventInterface): Promise<void>
|
||||
}
|
||||
Reference in New Issue
Block a user