index.d.ts
603 Bytes
/*! THIS FILE IS AUTO-GENERATED */
import { AuthPlus } from 'googleapis-common';
import { notebooks_v1 } from './v1';
export declare const VERSIONS: {
v1: typeof notebooks_v1.Notebooks;
};
export declare function notebooks(version: 'v1'): notebooks_v1.Notebooks;
export declare function notebooks(options: notebooks_v1.Options): notebooks_v1.Notebooks;
declare const auth: AuthPlus;
export { auth };
export { notebooks_v1 };
export { AuthPlus, GlobalOptions, APIRequestContext, GoogleConfigurable, StreamMethodOptions, GaxiosPromise, MethodOptions, BodyResponseCallback, } from 'googleapis-common';