MCPcopy Create free account
hub / github.com/ScrapeGraphAI/scrapecraft / SchemaField

Interface SchemaField

frontend/src/components/Pipeline/SchemaEditor.tsx:6–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import Input from '../Common/Input';
5
6interface SchemaField {
7 name: string;
8 type: string;
9 description: string;
10}
11
12const SchemaEditor: React.FC = () => {
13 const { currentPipeline, updatePipeline } = usePipelineStore();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected