/opt/canhelp/node_modules/googleapis/build/src/apis/businessprofileperformance
NameSizeModeActions
index.d.ts7750644editdlrm
index.js16210644editdlrm
v1.d.ts326840644editdlrm
v1.js74850644editdlrm
Edit: /opt/canhelp/node_modules/googleapis/build/src/apis/businessprofileperformance/index.d.ts (775B)
/*! THIS FILE IS AUTO-GENERATED */ import { AuthPlus } from 'googleapis-common'; import { businessprofileperformance_v1 } from './v1'; export declare const VERSIONS: { v1: typeof businessprofileperformance_v1.Businessprofileperformance; }; export declare function businessprofileperformance(version: 'v1'): businessprofileperformance_v1.Businessprofileperformance; export declare function businessprofileperformance(options: businessprofileperformance_v1.Options): businessprofileperformance_v1.Businessprofileperformance; declare const auth: AuthPlus; export { auth }; export { businessprofileperformance_v1 }; export { AuthPlus, GlobalOptions, APIRequestContext, GoogleConfigurable, StreamMethodOptions, MethodOptions, BodyResponseCallback, } from 'googleapis-common';