import type { AdsImageCropsFields } from "./ads-image-crops.ts"; export interface AdCreativeCollectionThumbnailInfoFields { element_child_index: number; element_crops: AdsImageCropsFields; element_id: string; }