fix: refactor application event observing on web
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import { ApplicationEvent } from '@standardnotes/snjs/dist/@types'
|
||||
|
||||
export interface EventObserverInterface {
|
||||
handle(event: ApplicationEvent): Promise<void>
|
||||
}
|
||||
Reference in New Issue
Block a user