CellTextOption

Text optionally to show in a Special Column Style special style: 'CellValue' or 'PercentageValue'

TypeScript
export type CellTextOption = 'CellValue' | 'PercentageValue';