import PrototypeInterface from "api/PrototypeInterface"; /** * IHandler * @constructor */ export default class IHandler extends PrototypeInterface { }