/opt/canhelp/node_modules/googleapis/build/src/apis/testing
NameSizeModeActions
index.d.ts5660644editdlrm
index.js14500644editdlrm
v1.d.ts1120790644editdlrm
v1.js161350644editdlrm
Edit: /opt/canhelp/node_modules/googleapis/build/src/apis/testing/index.d.ts (566B)
/*! THIS FILE IS AUTO-GENERATED */ import { AuthPlus } from 'googleapis-common'; import { testing_v1 } from './v1'; export declare const VERSIONS: { v1: typeof testing_v1.Testing; }; export declare function testing(version: 'v1'): testing_v1.Testing; export declare function testing(options: testing_v1.Options): testing_v1.Testing; declare const auth: AuthPlus; export { auth }; export { testing_v1 }; export { AuthPlus, GlobalOptions, APIRequestContext, GoogleConfigurable, StreamMethodOptions, MethodOptions, BodyResponseCallback, } from 'googleapis-common';