Member Junction
    Preparing search index...

    Interface MJAIAgentRunEntity_IAISecondaryScopes

    Open map of secondary-scope dimension name → value.

    The value union is written inline (rather than as a separate named type) so CodeGen emits a single prefixed type per entity — mirrors the SecondaryScopeValue shape in @memberjunction/ai-core-plus: strings, numbers, booleans, and string arrays (for multi-valued dimensions).

    { "ChannelID": "c-123", "Region": "EMEA" }
    

    Indexable

    • [dimension: string]: string | number | boolean | string[]