Type alias CollectorReturnValue<T>

CollectorReturnValue<T>: {
    entries: Collection<T["id"], T>;
    reason: CollectorEndReasons;
}

The value returned by a collector when it ends

Type Parameters

  • T extends CollectableStructure

Type declaration

Generated using TypeDoc