Type Alias JSONPrimitive

JSONPrimitive:
    | boolean
    | number
    | string
    | null