@byomakase/omakase-player
    Preparing search index...

    Type Alias AlertEvent

    AlertEvent: {
        [K in AlertEventType]: { data: AlertEventTypeDataMap[K]; type: K }
    }[keyof AlertEventTypeDataMap]