@google-cloud/workflows
Version:
17 lines (16 loc) • 589 B
TypeScript
import * as v1 from './v1';
import * as v1beta from './v1beta';
declare const ExecutionsClient: typeof v1.ExecutionsClient;
type ExecutionsClient = v1.ExecutionsClient;
declare const WorkflowsClient: typeof v1.WorkflowsClient;
type WorkflowsClient = v1.WorkflowsClient;
export { v1, v1beta, ExecutionsClient, WorkflowsClient };
declare const _default: {
v1: typeof v1;
v1beta: typeof v1beta;
ExecutionsClient: typeof v1.ExecutionsClient;
WorkflowsClient: typeof v1.WorkflowsClient;
};
export default _default;
import * as protos from '../protos/protos';
export { protos };