@google-cloud/shell
Version:
cloudshell client for Node.js
12 lines (11 loc) • 401 B
TypeScript
import * as v1 from './v1';
declare const CloudShellServiceClient: typeof v1.CloudShellServiceClient;
type CloudShellServiceClient = v1.CloudShellServiceClient;
export { v1, CloudShellServiceClient };
declare const _default: {
v1: typeof v1;
CloudShellServiceClient: typeof v1.CloudShellServiceClient;
};
export default _default;
import * as protos from '../protos/protos';
export { protos };