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