| 20 | }); |
| 21 | |
| 22 | interface SwaggerParserErrorType { |
| 23 | instancePath: string; |
| 24 | keyword: string; |
| 25 | message: string; |
| 26 | params: Record<string, any>; |
| 27 | schemaPath: string; |
| 28 | } |
| 29 | |
| 30 | export default function UploadModal(props: { |
| 31 | open: boolean; |
nothing calls this directly
no outgoing calls
no test coverage detected