UNPKG

googleapis

Version:
11 lines (10 loc) 384 B
/*! THIS FILE IS AUTO-GENERATED */ import { AuthPlus } from 'googleapis-common'; import { surveys_v2 } from './v2'; export declare const VERSIONS: { v2: typeof surveys_v2.Surveys; }; export declare function surveys(version: 'v2'): surveys_v2.Surveys; export declare function surveys(options: surveys_v2.Options): surveys_v2.Surveys; declare const auth: AuthPlus; export { auth };