UNPKG

googleapis

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