Represents an object in which all the values' type is JSONData.
Last updated 3 years ago
Was this helpful?
interface Data { [key: string]: JSONData; }