@companion-surface/base
    Preparing search index...

    Interface SurfaceModuleManifestRuntime

    Information on how to execute the module

    interface SurfaceModuleManifestRuntime {
        apiVersion: string;
        entrypoint: string;
        type: "node22";
    }
    Index

    Properties

    apiVersion: string

    The version of the host-api used

    entrypoint: string

    Entrypoint to pass to the runtime. eg index.js

    type: "node22"

    Type of the module. Must be: node18 or node22