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

Interface SwaggerParserErrorType

components/actions/uploadModal.tsx:22–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20});
21
22interface SwaggerParserErrorType {
23 instancePath: string;
24 keyword: string;
25 message: string;
26 params: Record<string, any>;
27 schemaPath: string;
28}
29
30export default function UploadModal(props: {
31 open: boolean;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected