/opt/canhelp/node_modules/googleapis/build/src/apis/playablelocations
NameSizeModeActions
index.d.ts6760644editdlrm
index.js15400644editdlrm
v3.d.ts285040644editdlrm
v3.js56700644editdlrm
Edit: /opt/canhelp/node_modules/googleapis/build/src/apis/playablelocations/index.d.ts (676B)
/*! THIS FILE IS AUTO-GENERATED */ import { AuthPlus } from 'googleapis-common'; import { playablelocations_v3 } from './v3'; export declare const VERSIONS: { v3: typeof playablelocations_v3.Playablelocations; }; export declare function playablelocations(version: 'v3'): playablelocations_v3.Playablelocations; export declare function playablelocations(options: playablelocations_v3.Options): playablelocations_v3.Playablelocations; declare const auth: AuthPlus; export { auth }; export { playablelocations_v3 }; export { AuthPlus, GlobalOptions, APIRequestContext, GoogleConfigurable, StreamMethodOptions, MethodOptions, BodyResponseCallback, } from 'googleapis-common';