interface TableCell {
    text: string;
    tokens: Token[];
}

Properties

Properties

text: string
tokens: Token[]