Sometimes, we want to fix the “property does not exist on ‘Object’” error in TypeScript.…
Coding
Sometimes, we want to add types for rest props in React and TypeScript. In this…
Sometimes, we want to create an object index key type in TypeScript. In this article,…
Sometimes, we want to fix the ‘Type ‘string’ is not assignable to type ‘”inherit” |…
Sometimes, we want to cast a custom type to a primitive type in TypeScript. In…
Sometimes, we want to get the return type of the setInterval function with TypeScript. In…
Sometimes, we want to fix the “Element implicitly has an ‘any’ type because type ‘Window’…
Sometimes, we want to use enum as interface key in TypeScript. In this article, we’ll…
Sometimes, we want to get enum keys as a union string type in TypeScript. In…
Sometimes, we want to check if two dates are in the same day or in…