I think this is something new since the latest version
type AAA = O.Optional<
{
values: number[],
optValues: number[]
},
"optValues"
>
this only yields optValues?: number[] | undefined; and removes values
Thank you, I'm looking into it.
And another bug is gone, thank you!
Most helpful comment
And another bug is gone, thank you!