MCPcopy Create free account
hub / github.com/Superflows-AI/superflows / SwaggerParserErrorType

Interface SwaggerParserErrorType

components/onboarding/uploadSpec.tsx:19–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17import { CheckCircleIcon } from "@heroicons/react/24/outline";
18
19interface SwaggerParserErrorType {
20 instancePath: string;
21 keyword: string;
22 message: string;
23 params: Record<string, any>;
24 schemaPath: string;
25}
26
27export default function UploadSpec(props: {
28 nextStep: () => void;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected