@servicenow/sdk - v4.4.1
    Preparing search index...

    Type Alias JsonSerializable

    JsonSerializable:
        | string
        | number
        | boolean
        | null
        | JsonSerializable[]
        | { [key: string]: JsonSerializable }

    A type of value that can be serialized to JSON. This includes primitives such as numbers, booleans, strings, and null, as well as arrays and objects. Note that certain numeric values can't be expressed in JSON such as Infinity or NaN.