UNPKG

googleapis

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