// This file was automatically generated. See designer-extensions docs. type BindableValueType = | 'string' | 'textContent' | 'richText' | 'boolean' | 'color' | 'date' | 'link' | 'url' | 'email' | 'phone' | 'file' | 'videoUrl' | 'video' | 'image' | 'imageAsset' | 'cmsImage' | 'imageSet' | 'number' | 'enum' | 'option' | 'slot' | 'reference' | 'referenceSet' | 'variant' | 'filter' | 'sort' | 'selectedItems' | 'visibility' | 'booleanFilter' | 'altText' | 'id' | 'headingTag' | 'code'; type PropType = | 'textContent' | 'string' | 'richText' | 'link' | 'image' | 'video' | 'number' | 'boolean' | 'variant' | 'slot' | 'id' | 'altText' | 'booleanFilter' | 'visibility' | 'filter' | 'sort' | 'selectedItems' | 'headingTag'; type CmsFieldType = | 'plainText' | 'email' | 'phone' | 'url' | 'date' | 'option' | 'number' | 'color' | 'boolean' | 'image' | 'multiImage' | 'file' | 'video' | 'richText' | 'slug' | 'fullSlug' | 'set' | 'itemRef' | 'itemRefSet' | 'commercePrice' | 'commercePropTable' | 'commercePropValues' | 'highlightedText';