Interface PlatformPluginConstructor

interface PlatformPluginConstructor {
    new PlatformPluginConstructornew (logger, config, api): DynamicPlatformPlugin | StaticPlatformPlugin | IndependentPlatformPlugin;
}

Constructors

Constructors