@guardian/google-admanager-api
Version:
Google Ad Manager API Client Library for NodeJs
10 lines • 465 B
TypeScript
import type { Client } from "soap";
import type { Statement } from "../../../common/types";
import type { ContentPage } from "./content.type";
import type { ContentServiceOperations } from "./contentService.interface";
export declare class ContentService implements ContentServiceOperations {
private _client;
constructor(client: Client);
getContentByStatement(statement: Statement): Promise<ContentPage>;
}
//# sourceMappingURL=content.service.d.ts.map