/opt/canhelp/node_modules/googleapis/build/src/apis/workflowexecutions
NameSizeModeActions
index.d.ts10870644editdlrm
index.js18380644editdlrm
v1.d.ts727470644editdlrm
v1.js169950644editdlrm
v1beta.d.ts273520644editdlrm
v1beta.js83130644editdlrm
Edit: /opt/canhelp/node_modules/googleapis/build/src/apis/workflowexecutions/index.d.ts (1087B)
/*! THIS FILE IS AUTO-GENERATED */ import { AuthPlus } from 'googleapis-common'; import { workflowexecutions_v1 } from './v1'; import { workflowexecutions_v1beta } from './v1beta'; export declare const VERSIONS: { v1: typeof workflowexecutions_v1.Workflowexecutions; v1beta: typeof workflowexecutions_v1beta.Workflowexecutions; }; export declare function workflowexecutions(version: 'v1'): workflowexecutions_v1.Workflowexecutions; export declare function workflowexecutions(options: workflowexecutions_v1.Options): workflowexecutions_v1.Workflowexecutions; export declare function workflowexecutions(version: 'v1beta'): workflowexecutions_v1beta.Workflowexecutions; export declare function workflowexecutions(options: workflowexecutions_v1beta.Options): workflowexecutions_v1beta.Workflowexecutions; declare const auth: AuthPlus; export { auth }; export { workflowexecutions_v1 }; export { workflowexecutions_v1beta }; export { AuthPlus, GlobalOptions, APIRequestContext, GoogleConfigurable, StreamMethodOptions, MethodOptions, BodyResponseCallback, } from 'googleapis-common';