Sometimes, we want to create model classes in TypeScript. In this article, we’ll look at…
Month: April 2022
Sometimes, we want to import all types with TypeScript. In this article, we’ll look at…
Sometimes, we want to merge two enums in TypeScript. In this article, we’ll look at…
Sometimes, we want to fix sort by date not working with TypeScript. In this article,…
Sometimes, we want to fix the “property does not exist on ‘Object’” error in TypeScript.…
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…