Signal K
    Preparing search index...

    Type Alias PluginConstructor

    PluginConstructor: (app: ServerAPI) => Plugin

    A plugin constructor is the interface that all plugins must export. It is called by the server when the server is starting up.

    Type declaration