| 46 | } |
| 47 | |
| 48 | export interface ForwardedPortConfig { |
| 49 | type: PortForwardType |
| 50 | host: string |
| 51 | port: number |
| 52 | targetAddress: string |
| 53 | targetPort: number |
| 54 | description: string |
| 55 | } |
nothing calls this directly
no outgoing calls
no test coverage detected