6 lines
119 B
Haxe
6 lines
119 B
Haxe
package webextension_polyfill.runtime;
|
|
|
|
/**
|
|
Result of the update check.
|
|
**/
|
|
typedef RequestUpdateCheckStatus = String; |