UNPKG

@dmgt/google-ad-manager-api

Version:
14 lines (13 loc) 237 B
/** * date * @targetNSAlias `tns` * @targetNamespace `https://www.google.com/apis/ads/publisher/v202411` */ export interface Date { /** xsd:int */ year?: number /** xsd:int */ month?: number /** xsd:int */ day?: number }