/**
 * Interface for controller handler
 */
export interface IHandler {
    fnc: any
    , name: string
}