@quack-protocol/sdk - v0.1.0
    Preparing search index...

    Type Alias QuackJsonValue

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

    JSON-safe representation of a Quack value.