UNPKG

@niur/google-admanager-api

Version:
10 lines 533 B
import { Client } from 'soap'; import { LineItemTemplateServiceOperations } from './lineItemTemplateService.interface'; import { LineItemTemplatePage } from './lineItemTemplate.type'; import { Statement } from '../../../common/types'; export declare class LineItemTemplateService implements LineItemTemplateServiceOperations { private _client; constructor(client: Client); getLineItemTemplatesByStatement(filterStatement: Statement): Promise<LineItemTemplatePage>; } //# sourceMappingURL=lineItemTemplate.service.d.ts.map