Suggestion 1 from #23 was the correct approach. However, solution 2 was applied in #24. As a result, parse now has an index key of type number, except for the default property, which is a circular self reference.
As a result, the types look a bit funky, but they are now technically correct.
Suggestion 1 from #23 was the correct approach. However, solution 2 was applied in #24. As a result,
parse
now has an index key of type number, except for thedefault
property, which is a circular self reference.As a result, the types look a bit funky, but they are now technically correct.