(hash: string, info: string)
| 13 | currentVersionInfo: string; |
| 14 | }; |
| 15 | setLocalHashInfo(hash: string, info: string): Promise<void>; |
| 16 | getLocalHashInfo(hash: string): Promise<string>; |
| 17 | setUuid(uuid: string): Promise<void>; |
| 18 | reloadUpdate(options: { hash: string }): Promise<void>; |
no outgoing calls
no test coverage detected