@dmgt/google-ad-manager-api
Version:
Typed Google Ad Manager API
16 lines (14 loc) • 610 B
text/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
}