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