# AdbConnectionInfo

| Property | Type                                         |
| -------- | -------------------------------------------- |
| command  | string                                       |
| forwards | Array<{ destination: string; port: number }> |
| hash     | string                                       |
| hostname | string                                       |
| port     | number                                       |
| user     | string                                       |
