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

Interface PipelineCreate

frontend/src/types/index.ts:30–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30export interface PipelineCreate {
31 name: string;
32 description?: string;
33 urls?: string[];
34 schema?: Record<string, any>;
35}
36
37export interface PipelineUpdate {
38 name?: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected