UNPKG

@guardian/google-admanager-api

Version:

Google Ad Manager API Client Library for NodeJs

10 lines 547 B
import type { Client } from "soap"; import type { Statement } from "../../../common/types"; import type { TargetingPresetPage } from "./targetingPresent.type"; import type { TargetingPresetServiceOperations } from "./targetingPresentService.interface"; export declare class TargetingPresetService implements TargetingPresetServiceOperations { private _client; constructor(client: Client); getTargetingPresetsByStatement(filterStatement: Statement): Promise<TargetingPresetPage>; } //# sourceMappingURL=targetingPresent.service.d.ts.map