MCPcopy Create free account
hub / github.com/HelloCSV/HelloCSV / ColumnMeta

Interface ColumnMeta

src/sheet/types.ts:12–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10declare module '@tanstack/react-table' {
11 // eslint-disable-next-line @typescript-eslint/no-unused-vars
12 export interface ColumnMeta<TData extends RowData, TValue> {
13 columnLabel?: string;
14 }
15}
16
17// --------- Sheet Definition Types ---------

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected