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

Interface ImporterValidationError

src/validators/types.ts:3–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { ImporterOutputFieldType, SheetRow } from '../types';
2
3export interface ImporterValidationError {
4 sheetId: string;
5 rowIndex: number;
6 columnId: string;
7 message: string;
8}
9
10type ImporterValidatorBaseOutput = string | null | undefined;
11export type ImporterValidatorOutput =

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected