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

Interface URLInfo

frontend/src/store/workflowStore.ts:17–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15}
16
17interface URLInfo {
18 url: string;
19 description: string;
20 relevance: 'high' | 'medium' | 'low';
21 validated: boolean;
22 validation_reason?: string;
23 added_at: string;
24 added_by: string;
25}
26
27interface SchemaField {
28 name: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected