import type { AdCreativeLinkDataMomentType } from "../enums.ts"; export interface AdCreativeLinkDataMomentFields { id: string; type: AdCreativeLinkDataMomentType; } //# sourceMappingURL=ad-creative-link-data-moment.d.ts.map