use Duration;
use Deserialize;
/// Deprecated. A miscellaneous set of declarative debug config changes and imperative debug
/// commands sent from the control server to a Tailscale node. They've since been mostly
/// migrated to node attributes in [`Node::capabilities`][crate::Node::capabilities] for
/// the declarative things and control-to-node (c2n) requests for the imperative things.
/// Not much remains here; don't add more.