UNPKG

@dmgt/google-ad-manager-api

Version:
13 lines (12 loc) 281 B
import { StartDate } from './StartDate'; /** * dateRange * @targetNSAlias `tns` * @targetNamespace `https://www.google.com/apis/ads/publisher/v202408` */ export interface DateRange { /** startDate */ startDate?: StartDate; /** endDate */ endDate?: StartDate; }