UNPKG

@dmgt/google-ad-manager-api

Version:
6 lines (5 loc) 316 B
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; }