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