(msg: MsgAny)
| 16 | } |
| 17 | |
| 18 | export function isMsgCheckForUpdates(msg: MsgAny): msg is MsgCheckForUpdates { |
| 19 | return msg.action === 'CHECK_FOR_UPDATES'; |
| 20 | } |
| 21 | |
| 22 | export interface MsgActivateUpdate { |
| 23 | action: 'ACTIVATE_UPDATE'; |
no outgoing calls
no test coverage detected
searching dependent graphs…