Type Alias PrimitiveVal

PrimitiveVal:
    | string
    | number
    | boolean
    | null
    | PrimitiveValObject
    | PrimitiveVal[]