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