import type { AdCreativeLinkDataMomentType } from "../enums.ts"; export interface AdCreativeLinkDataMomentFields { id: string; type: AdCreativeLinkDataMomentType; }