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