PluginDisableReason deprecated
Provides more detail when the plugin is disabled by a user.
Clarifies whether the user disabled the plugin for the current session only or for all future sessions? In either case, the user can change their mind later.
Deprecated: since v1.9.0
declare type PluginDisableReason = "user-next-visit" | "user-forever";