UNPKG

@dmgt/google-ad-manager-api

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