> ISPO SDK documentation. [HTML](https://ispo.ai/docs/types/core.Supporting_types.CloudSyncJsonValue.html) · [Documentation index](https://ispo.ai/docs/llms.txt)

# Type Alias CloudSyncJsonValue

```typescript
CloudSyncJsonValue:
    | null
    | boolean
    | number
    | string
    | readonly CloudSyncJsonValue[]
    | { readonly [key: string]: CloudSyncJsonValue }
```

Types: CloudSyncJsonValue
