fix type
This commit is contained in:
parent
32da1819f9
commit
a050e87c04
@ -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>;
|
||||||
// -----------------------------------------------------------------------------
|
// -----------------------------------------------------------------------------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user