import { IBaseEventHandling } from "ste-core"; import { IEventHandler } from "./IEventHandler"; /** * Indicates the object is capable of handling named events. */ export interface IEventHandling extends IBaseEventHandling> { }