@dmgt/google-ad-manager-api
Version:
Typed Google Ad Manager API
6 lines (5 loc) • 421 B
TypeScript
import { GetContentByStatement } from '../definitions/GetContentByStatement';
import { GetContentByStatementResponse } from '../definitions/GetContentByStatementResponse';
export interface ContentServiceInterfacePort {
getContentByStatement(getContentByStatement: GetContentByStatement, callback: (err: any, result: GetContentByStatementResponse, rawResponse: any, soapHeader: any, rawRequest: any) => void): void;
}