UNPKG

@dmgt/google-ad-manager-api

Version:
16 lines (14 loc) 610 B
import { GetMcmSupplyChainDiagnosticsDownloadUrl } from '../definitions/GetMcmSupplyChainDiagnosticsDownloadUrl' import { GetMcmSupplyChainDiagnosticsDownloadUrlResponse } from '../definitions/GetMcmSupplyChainDiagnosticsDownloadUrlResponse' export interface AdsTxtServiceInterfacePort { getMcmSupplyChainDiagnosticsDownloadUrl( getMcmSupplyChainDiagnosticsDownloadUrl: GetMcmSupplyChainDiagnosticsDownloadUrl, callback: ( err: any, result: GetMcmSupplyChainDiagnosticsDownloadUrlResponse, rawResponse: any, soapHeader: any, rawRequest: any, ) => void, ): void }