Skip to main content
Version: 4.3

AnyCellRecord

type AnyCellRecord = CellRecord<unknown, unknown, string, string>;

The most permissive CellRecord: data is unknown and type is any string. Reach for it when you don't need the default 'element' / 'link' discrimination — for example an initialCells array mixing built-in shape types, or a generic upper bound in a custom hook.