/opt/canhelp/node_modules/googleapis/build/src/apis/factchecktools
NameSizeModeActions
index.d.ts6970644editdlrm
index.js15670644editdlrm
v1alpha1.d.ts465830644editdlrm
v1alpha1.js109150644editdlrm
Edit: /opt/canhelp/node_modules/googleapis/build/src/apis/factchecktools/index.d.ts (697B)
/*! THIS FILE IS AUTO-GENERATED */ import { AuthPlus } from 'googleapis-common'; import { factchecktools_v1alpha1 } from './v1alpha1'; export declare const VERSIONS: { v1alpha1: typeof factchecktools_v1alpha1.Factchecktools; }; export declare function factchecktools(version: 'v1alpha1'): factchecktools_v1alpha1.Factchecktools; export declare function factchecktools(options: factchecktools_v1alpha1.Options): factchecktools_v1alpha1.Factchecktools; declare const auth: AuthPlus; export { auth }; export { factchecktools_v1alpha1 }; export { AuthPlus, GlobalOptions, APIRequestContext, GoogleConfigurable, StreamMethodOptions, MethodOptions, BodyResponseCallback, } from 'googleapis-common';