Interface SheetCell

interface SheetCell {
    id: string;
    type: string;
}

Properties

Properties

id: string
type: string