This commit is contained in:
dwelle 2025-05-06 13:34:31 +02:00
parent 32da1819f9
commit a050e87c04

View File

@ -89,7 +89,7 @@ export type OutputAccumulator<
: Accumulator extends MapAccumulator : Accumulator extends MapAccumulator
? Map< ? Map<
OutputType extends { id: string } ? OutputType["id"] : string, OutputType extends { id: string } ? OutputType["id"] : string,
OutputType [Attr] extends [never] ? OutputType : Attr
> >
: Array<OutputType>; : Array<OutputType>;
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------