| 2494 | getTcpPort(port: number): Fetcher; |
| 2495 | } |
| 2496 | interface ContainerStartupOptions { |
| 2497 | entrypoint?: string[]; |
| 2498 | enableInternet: boolean; |
| 2499 | env?: Record<string, string>; |
| 2500 | } |
| 2501 | type AiImageClassificationInput = { |
| 2502 | image: number[]; |
| 2503 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected