DEV Community

Discussion on: Typescript and Redux. My tips.

Collapse
 
andrasnyarai profile image
Andras Nyarai

ahh i c so the ‘T extends { [key: string] infer U }’ will evaluate to true if T does extends the provided object shape.
thnks