| 177 | type InputMode = "manual" | "json" |
| 178 | |
| 179 | interface JsonExtension { |
| 180 | productId?: string |
| 181 | type?: string |
| 182 | displayName?: string |
| 183 | description?: string |
| 184 | repoUrl?: string |
| 185 | homepageUrl?: string |
| 186 | tags?: string[] | string |
| 187 | installation?: string |
| 188 | } |
| 189 | |
| 190 | function SubmitForm() { |
| 191 | const { user } = useUser() |
nothing calls this directly
no outgoing calls
no test coverage detected