JSPrimitive:
    | undefined
    | null
    | boolean
    | number
    | bigint
    | string
    | symbol

The actual JS primitive types.