Batch SDK - Web
    Preparing search index...

    Type Alias EventObjectAttributeValueType

    EventObjectAttributeValueType: {
        [key: string]:
            | string
            | number
            | boolean
            | URL
            | Date
            | EventObjectAttributeValueType
            | (string | EventObjectAttributeValueType)[];
    }

    Type Declaration