UNPKG

cv-dialog-sdk

Version:

Catavolt Dialog Javascript API

6 lines (4 loc) 93 B
import { CellValue } from './CellValue'; export interface Cell { values: CellValue[]; }