@theophilusdev/conduit
    Preparing search index...

    Type Alias CollectorPayload<K>

    CollectorPayload: CollectorEventPayload<K[number]>

    Unions the payload types of all events in a readonly tuple.

    Type Parameters

    // T becomes MessageReactPayload | UserCreatePayload
    type T = CollectorPayload<["message:react", "user:create"]>;