Member Junction
    Preparing search index...
    PipeValue:
        | null
        | boolean
        | number
        | string
        | PipeValue[]
        | { [key: string]: PipeValue }

    A JSON value — the medium that flows between pipeline stages.