Viv JavaScript Runtime - v0.10.2
    Preparing search index...

    Type Alias ExpressionValue

    ExpressionValue:
        | string
        | number
        | boolean
        | null
        | undefined
        | symbol
        | UID
        | EntityView
        | TimeOfDay
        | CharacterMemory
        | unknown[]
        | Record<string, unknown>

    Union containing the possible types for evaluated Viv expressions.