import type { AdCreativeFields } from "./ad-creative.ts"; export interface UniqueAdCreativeFields { sample_creative: AdCreativeFields; visual_hash: number; } //# sourceMappingURL=unique-ad-creative.d.ts.map