/** * 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. */ export declare class DynamicProductBlockProperties { 'isAiGenerated'?: boolean | null; 'isPrebuiltContent'?: boolean | null; 'itemSubtypeId'?: number | null; 'showButton'?: boolean | null; 'showOriginalPrice'?: boolean | null; 'showPrice'?: boolean | null; 'showRating'?: boolean | null; 'showRatingCount'?: boolean | null; 'showTitle'?: boolean | null; 'showTitleLinks'?: boolean | null; 'titlePlaceholder'?: string | null; 'dynamic': boolean; 'buttonText'?: string | null; 'feed'?: string | null; 'feedOffset'?: number | null; 'isNbp'?: boolean | null; static attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; static getAttributeTypeMap(): { name: string; baseName: string; type: string; }[]; }