Interface BasePlugin

    Plugin base

    interface BasePlugin {
        key: string;
        rootDirectory?: string;
        uuid?: string;
    }

    Hierarchy (view full)

    Properties

    key: string
    rootDirectory?: string
    uuid?: string

    Generated using TypeDoc and TypeDoc Airthium Plugin