@makehq/sdk
    Preparing search index...

    Type Alias JSONValue

    JSONValue:
        | Partial<{ [key: string]: JSONValue }>
        | JSONValue[]
        | string
        | number
        | boolean
        | null
        | undefined

    Represents a JSON-compatible value that can be serialized and deserialized. Used for request and response bodies in the SDK.