interface PluginDeployer {
    start(): Promise<void>;
}

Implemented by

Methods

Methods