KC's Workspace
    Preparing search index...

    Interface Rule<N, C>

    interface Rule<N extends string, C extends AnyObject> {
        config: WithEnabled<C>;
        module: any;
        name: N;
        type: "rule";
    }

    Type Parameters

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    config: WithEnabled<C>
    module: any
    name: N
    type: "rule"