I want to create a generic TypeScript interface which matches any type or interface or object with restrictions on types for values inside it.
Here\'s MyInterface
MyInterface