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

    Type Alias MapChildren<TGroups, TManifest>

    MapChildren: { [G in keyof TGroups]: ChildArray<TGroups[G], TManifest> }

    Expand a record of named child groups to the concrete children shape. Homomorphic over TGroups, so optional groups (e.g. elseActions?) keep their optional modifier.

    Type Parameters