KC's Workspace
    Preparing search index...

    Interface Filter<N, C>

    interface Filter<N extends string, C extends AnyObject> {
        config: WithEnabled<C>;
        name: N;
        type: "filter";
    }

    Type Parameters

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    config: WithEnabled<C>
    name: N
    type: "filter"