Interface JsonElem

JSON

interface JsonElem {
    data: any;
    type: "json";
}

Properties

Properties

data: any
type