groupArrayBy
's return type should only use Partial
on indexed outputs
#7
Labels
bug
Something isn't working
for example:
groupArrayBy
produces a return type ofRecord<string, unknown>
, it should not usePartial
.groupArrayBy
produces a return type ofRecord<MyEnum, unknown>
it should usePartial
.The text was updated successfully, but these errors were encountered: