UNPKG

googleapis

Version:
11 lines (10 loc) 434 B
/*! THIS FILE IS AUTO-GENERATED */ import { AuthPlus } from 'googleapis-common'; import { urlshortener_v1 } from './v1'; export declare const VERSIONS: { v1: typeof urlshortener_v1.Urlshortener; }; export declare function urlshortener(version: 'v1'): urlshortener_v1.Urlshortener; export declare function urlshortener(options: urlshortener_v1.Options): urlshortener_v1.Urlshortener; declare const auth: AuthPlus; export { auth };