Type alias CollectorEvents<T>

CollectorEvents<T>: {
    collect(item) => unknown;
}

events that collectors can emit

Type Parameters

  • T

Type declaration

Generated using TypeDoc