Files
shortcutter/externs/webextension_polyfill/manifest/DeprecatedApplications.hx

9 lines
152 B
Haxe

package webextension_polyfill.manifest;
typedef DeprecatedApplications = {
/**
Optional.
**/
@:optional
var gecko : FirefoxSpecificProperties;
};