/** * Klaviyo API * The Klaviyo REST API. Please visit https://developers.klaviyo.com for more details. * * Contact: developers@klaviyo.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ import { RequestFile } from './models'; import { AfterCloseTimeout } from './afterCloseTimeout'; import { BackInStock } from './backInStock'; import { BackInStockProperties } from './backInStockProperties'; import { CartItemCount } from './cartItemCount'; import { CartProduct } from './cartProduct'; import { CartValue } from './cartValue'; import { Channel } from './channel'; import { CustomJavascript } from './customJavascript'; import { Delay } from './delay'; import { Device } from './device'; import { ExitIntent } from './exitIntent'; import { IdentifiedProfiles } from './identifiedProfiles'; import { ListsAndSegments } from './listsAndSegments'; import { Location } from './location'; import { PageVisits } from './pageVisits'; import { PreviouslySubmitted } from './previouslySubmitted'; import { ProfileEventTracked } from './profileEventTracked'; import { Scroll } from './scroll'; import { URLPatterns } from './uRLPatterns'; import { UnidentifiedProfiles } from './unidentifiedProfiles'; export type VersionTriggersInner = AfterCloseTimeout | CartItemCount | CartProduct | CartValue | Channel | CustomJavascript | Delay | Device | ExitIntent | IdentifiedProfiles | ListsAndSegments | Location | PageVisits | PreviouslySubmitted | ProfileEventTracked | Scroll | UnidentifiedProfiles | URLPatterns | BackInStock;