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

    Type Alias InternalPresetBuildingBlockId

    InternalPresetBuildingBlockId:
        | "internal:actionGroup"
        | "internal:logicIf"
        | "internal:logicWhile"
        | "internal:logicOperator"

    The reserved ids for the internal "building block" (logic/flow) actions and feedbacks. These nest other entries via child groups, so unlike the flat catalog above they are not expressed as schema records here; their full types live in the preset definition files. This union exists so the version map below stays exhaustive, and is cross-checked against those types (see the drift-guard type-test in definition.ts).