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

Interface ColumnMapping

src/mapper/types.ts:7–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5export type MappedData = MappedSheetData[];
6
7export interface ColumnMapping {
8 csvColumnName: string;
9 sheetId: string;
10 sheetColumnId: string;
11}
12
13export type OnDataColumnsMappedCallback = (
14 data: MappedData

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected