@google-cloud/batch
Version:
14 lines (13 loc) • 442 B
TypeScript
import * as v1 from './v1';
import * as v1alpha from './v1alpha';
declare const BatchServiceClient: typeof v1.BatchServiceClient;
type BatchServiceClient = v1.BatchServiceClient;
export { v1, v1alpha, BatchServiceClient };
declare const _default: {
v1: typeof v1;
v1alpha: typeof v1alpha;
BatchServiceClient: typeof v1.BatchServiceClient;
};
export default _default;
import * as protos from '../protos/protos';
export { protos };