Type Alias AkairoClientEvents

AkairoClientEvents: {
    [K in keyof AkairoClientEventsEnum as `${K}`]: AkairoClientEventsEnum[K]
}