Closed electrovir closed 7 months ago
PickDeep<{prop: {prop2?: string | undefined, prop3: string}}, ['prop1', 'prop2']>
results in
{prop: {prop2: string | undefined}}
but should result in
{prop: {prop2?: string | undefined}}
fixed in next release
results in
but should result in