| 54 | } |
| 55 | |
| 56 | interface ContainerConfig { |
| 57 | name: string; |
| 58 | image: string; |
| 59 | setupCommand: string; |
| 60 | validationCommand: (identifier: string) => string; |
| 61 | } |
| 62 | |
| 63 | interface FailedPackage { |
| 64 | app: string; |
nothing calls this directly
no outgoing calls
no test coverage detected