Type Alias Value

Value:
    | ContainerID
    | string
    | number
    | boolean
    | null
    | { [key: string]: Value }
    | Uint8Array
    | Value[]
    | undefined

Data types supported by loro