I have a Props interface that uses an Iterable type on one of its fields, data:
data
interface Obj { key: string value: number } interface Props