mwg API
    Preparing search index...

    Type Alias AIValue

    AIValue:
        | null
        | boolean
        | number
        | string
        | AIValue[]
        | { readonly [key: string]: AIValue }

    JSON-shaped values are the only values that cross the AI boundary.