UNPKG

google-ads-api

Version:

Google Ads API Client Library for Node.js

15 lines (14 loc) 821 B
import allProtos, { protos } from "google-ads-node"; export declare const VERSION: "v22"; export import common = protos.google.ads.googleads.v22.common; export import errors = protos.google.ads.googleads.v22.errors; export import resources = protos.google.ads.googleads.v22.resources; export import services = protos.google.ads.googleads.v22.services; export import internalEnums = protos.google.ads.googleads.v22.enums; export { enums } from "./autogen/enums"; export { fields, fieldDataTypes } from "./autogen/fields"; export { GoogleAdsServiceClient } from "google-ads-node"; export type AllServices = Omit<typeof allProtos, typeof VERSION>; export type ServiceName = keyof Omit<typeof allProtos, typeof VERSION>; export import protobuf = protos.google.protobuf; export import longrunning = protos.google.longrunning;