/** * 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 { BaseStyle } from './baseStyle'; import { Heading1Style } from './heading1Style'; import { Heading2Style } from './heading2Style'; import { Heading3Style } from './heading3Style'; import { Heading4Style } from './heading4Style'; import { LinkStyle } from './linkStyle'; import { MobileStyle } from './mobileStyle'; import { MobileStyleProperties } from './mobileStyleProperties'; import { MobileStyleStyles } from './mobileStyleStyles'; import { TextStyleV1 } from './textStyleV1'; export type TemplateDefinitionStylesInner = BaseStyle | TextStyleV1 | Heading1Style | Heading2Style | Heading3Style | Heading4Style | LinkStyle | MobileStyle;