Type Alias InhibitorHandlerEvents

InhibitorHandlerEvents: {
    [K in keyof InhibitorHandlerEventsEnum as `${K}`]: InhibitorHandlerEventsEnum[K]
}