Answer the question
In order to leave comments, you need to log in
How to describe an object (array) in typescript?
How to describe an object in typescript which is essentially an array of objects of the same type, but with access not by index but by key?
interface ItemI {
name: string;
}
interface DataI {
items: ? // object of ItemI
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question