UNPKG

@dmgt/google-ad-manager-api

Version:
14 lines (12 loc) 329 B
import { StartDateTime } from './StartDateTime' /** * targetedDateTimeRanges * @targetNSAlias `tns` * @targetNamespace `https://www.google.com/apis/ads/publisher/v202411` */ export interface TargetedDateTimeRanges { /** startDateTime */ startDateTime?: StartDateTime /** endDateTime */ endDateTime?: StartDateTime }