UNPKG

@datalayer/core

Version:
9 lines (8 loc) 182 B
import { IItem } from "./Item"; export type ICell = IItem & { type: 'cell'; source: string; outputshotUrl?: string; outputshotData?: string; }; export default ICell;