| 1 | interface WxWorkSystemInfo extends WechatMiniprogram.SystemInfo { |
| 2 | environment?: 'wxwork'; |
| 3 | } |
| 4 | |
| 5 | interface SystemInfo extends WxWorkSystemInfo, WechatMiniprogram.SystemInfo {} |
| 6 |
nothing calls this directly
no outgoing calls
no test coverage detected