Sporades SDK API
    Preparing search index...

    Type Alias JsonValue

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

    JSON-compatible values accepted by current-user preferences.