KC's Workspace
    Preparing search index...

    Interface Plugin<N, C>

    interface Plugin<N extends string, C extends AnyObject> {
        config: C;
        name: N;
        type: "plugin";
    }

    Type Parameters

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    config: C
    name: N
    type: "plugin"