@denizelderenbos/google-ads-api
Version:
Google Ads API Client Library for Node.js
9 lines (8 loc) • 653 B
TypeScript
export { Client as GoogleAdsApi, ClientOptions } from './client';
export { common, enums, fields, errors, resources, services, longrunning, protobuf } from './protos';
export { fromMicros, toMicros } from './utils';
export { parse } from './parser';
export * as ResourceNames from './protos/autogen/resourceNames';
export { CustomerOptions, ReportOptions, MutateOperation, Constraint, Constraints } from './types';
export { Hooks, OnQueryStart, OnQueryError, OnQueryEnd, OnStreamStart, OnStreamError, OnMutationStart, OnMutationError, OnMutationEnd, OnServiceStart, OnServiceError, OnServiceEnd, } from './hooks';
export { Customer } from './customer';