| 27 | const {Text} = Typography; |
| 28 | |
| 29 | interface Device { |
| 30 | did: string; |
| 31 | name: string; |
| 32 | model: string; |
| 33 | modelName?: string; |
| 34 | online: boolean; |
| 35 | roomName?: string; |
| 36 | } |
| 37 | |
| 38 | interface DevicePanelProps { |
| 39 | collapsed?: boolean; |
nothing calls this directly
no outgoing calls
no test coverage detected