UNPKG

datadirect

Version:
11 lines (10 loc) 265 B
import * as common from '../common.js'; export type Item = common.ContentItem.Container & { ContentId: number; RowIndex: number; ColumnIndex: number; CellIndex: 2; GenericSettings: any; PendingInd: boolean; }; export type Response = Item[];