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.
internal:*
keyof (A & B) = keyof A | keyof B
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.