Interface PlatformPluginConstructor<Config>

interface PlatformPluginConstructor<Config> {
    new PlatformPluginConstructornew (logger: Logging, config: Config, api: API): DynamicPlatformPlugin | StaticPlatformPlugin | IndependentPlatformPlugin;
}

Type Parameters

Constructors

Constructors