Type Alias Value

Value:
    | number
    | string
    | boolean
    | null
    | Bytes
    | Map<ScalarKey, Value>
    | Value[]
    | Date
    | BigInt