@dmgt/google-ad-manager-api
Version:
Typed Google Ad Manager API
6 lines (5 loc) • 564 B
TypeScript
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;
}