Data

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

pageJSONData

TypeScript declaration:

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

Last updated