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

Interface ImportStatistics

src/status/types.ts:1–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export interface ImportStatistics {
2 imported: number;
3 failed: number;
4 skipped: number;
5}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected