@denizelderenbos/google-ads-api
Version:
Google Ads API Client Library for Node.js
15 lines (14 loc) • 805 B
TypeScript
import allProtos, { protos } from "google-ads-node";
export declare const VERSION: "v17";
export import common = protos.google.ads.googleads.v17.common;
export import errors = protos.google.ads.googleads.v17.errors;
export import resources = protos.google.ads.googleads.v17.resources;
export import services = protos.google.ads.googleads.v17.services;
export import internalEnums = protos.google.ads.googleads.v17.enums;
export { enums } from "./autogen/enums";
export { fields } 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;