lib-iitc-manager
    Preparing search index...

    Interface PluginStateEntry

    Per-plugin enable state stored globally across all channels.

    interface PluginStateEntry {
        status: "on" | "off";
        statusChangedAt?: number;
    }
    Index

    Properties

    status: "on" | "off"

    Plugin status: 'on' (enabled) or 'off' (disabled).

    statusChangedAt?: number

    Unix timestamp of when the plugin's status was last changed.