Omit properties function typescript
Hey, I'm trying to write helper function to easily omit some properties form my object, but I can't really get correct return type that omits properties i passed throught. Right now it returns object that has type of the same object i pass in parameter.
0 Replies