DEV Community

Discussion on: Notes on TypeScript: Pick, Exclude and Higher Order Components

Collapse
 
vasyan profile image
vasyan • Edited

Thank you for helpful post.
Btw this example, in the beginning, may confuse

Exclude<User, "id" | "registeredAt">

Cause User not casted to keysof