Interface DataViewResponse

interface DataViewResponse {
    data: DataViewItem[];
}

Properties

Properties

data: DataViewItem[]