Type alias JSONElement

JSONElement: {
    createdAt: string;
    key?: string;
    type: JSONElementType;
    value: JSONElementValue;
}

JSONElement represents the result of Element.toJSForTest().

Type declaration

  • createdAt: string
  • Optional key?: string
  • type: JSONElementType
  • value: JSONElementValue