featherbit UI
    Preparing search index...

    Interface PluginType

    A plugin type available on the gateway, as listed by GET /api/plugins.

    The catalog is served by list_plugin_types in src/admin/policies.rs and backed by the plugin factory in src/plugins/mod.rs.

    interface PluginType {
        description: string;
        type: string;
    }
    Index
    description: string

    Human-readable one-line description.

    type: string

    Plugin type name, matching PolicyNode.type.