Data

Represents an object in which all the values' type is JSONData.

JSONData

TypeScript declaration:

interface Data {
  [key: string]: JSONData;
}

Last updated