I have an object called myCached and its type is known as
myCached
interface MyCache { a: { b: { c: Target[]; d: string; }; }; } <