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