UNPKG

@denizelderenbos/google-ads-api

Version:
9 lines (8 loc) 653 B
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';