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

Interface SchemaField

frontend/src/store/workflowStore.ts:27–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27interface SchemaField {
28 name: string;
29 type: string;
30 description: string;
31 required: boolean;
32 example?: string;
33}
34
35interface ApprovalRequest {
36 id: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected