Tip
Create a Custom Type Based of an Object with Typescript keyof Operator
Let's learn how to use the Typescript keyof operator to create a union type from the keys of an object to be used as a prop or function argument
Let's learn how to use the Typescript keyof operator to create a union type from the keys of an object to be used as a prop or function argument