UNPKG

nodejs-google-adwords

Version:
15 lines (14 loc) 725 B
import { IClientReportService } from '../ReportService'; import { IReportDefinition } from '../ReportDefinitionService/ReportDefinition'; import { ClientReportService } from './AbstractClientReportService'; declare class KeywordsPerformanceReportService extends ClientReportService implements IClientReportService { static readonly reportName: string; private static readonly attributes; private static readonly segments; private static readonly metrics; private static readonly selectorFields; private reportService; private constructor(); get(reportDefinition: Partial<IReportDefinition>): Promise<string | import("../ReportService").IReport>; } export { KeywordsPerformanceReportService };