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

    Type Alias WithInternalActions<TActionManifest>

    Merge the reserved internal:* action schemas into a module's action manifest, so that presets may reference Companion's built-in internal actions alongside the module's own. The intersection merges the records: keyof (A & B) = keyof A | keyof B.

    Type Parameters

    • TActionManifest