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

Interface ScrapingResult

frontend/src/types/index.ts:75–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73
74// Scraping Result Types
75export interface ScrapingResult {
76 url: string;
77 success: boolean;
78 data: Record<string, any>;
79 error?: string;
80}
81
82// User Types
83export interface User {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected