| 73 | const DEFAULT_ORDER: MessageType[] = ["photo", "sticker", "file", "txt"]; |
| 74 | |
| 75 | interface SpeedtestConfig { |
| 76 | default_server_id?: number | null; |
| 77 | preferred_type?: MessageType; |
| 78 | } |
| 79 | |
| 80 | interface SpeedtestResult { |
| 81 | isp: string; |
nothing calls this directly
no outgoing calls
no test coverage detected