UNPKG

@guardian/google-admanager-api

Version:

Google Ad Manager API Client Library for NodeJs

10 lines 542 B
import type { Client } from "soap"; import type { Statement } from "../../../common/types"; import type { ResultSet } from "./publisherQueryLanguage.type"; import type { PublisherQueryLanguageServiceOperations } from "./publisherQueryLanguageService.interface"; export declare class PublisherQueryLanguageService implements PublisherQueryLanguageServiceOperations { private _client; constructor(client: Client); select(selectStatement: Statement): Promise<ResultSet>; } //# sourceMappingURL=publisherQueryLanguage.service.d.ts.map