/opt/canhelp/node_modules/googleapis/build/src/apis/smartdevicemanagement
NameSizeModeActions
index.d.ts7200644editdlrm
index.js15760644editdlrm
v1.d.ts328700644editdlrm
v1.js120380644editdlrm
Edit: /opt/canhelp/node_modules/googleapis/build/src/apis/smartdevicemanagement/index.d.ts (720B)
/*! THIS FILE IS AUTO-GENERATED */ import { AuthPlus } from 'googleapis-common'; import { smartdevicemanagement_v1 } from './v1'; export declare const VERSIONS: { v1: typeof smartdevicemanagement_v1.Smartdevicemanagement; }; export declare function smartdevicemanagement(version: 'v1'): smartdevicemanagement_v1.Smartdevicemanagement; export declare function smartdevicemanagement(options: smartdevicemanagement_v1.Options): smartdevicemanagement_v1.Smartdevicemanagement; declare const auth: AuthPlus; export { auth }; export { smartdevicemanagement_v1 }; export { AuthPlus, GlobalOptions, APIRequestContext, GoogleConfigurable, StreamMethodOptions, MethodOptions, BodyResponseCallback, } from 'googleapis-common';