@google-cloud/lustre
Version:
Google Cloud Managed Lustre API client for Node.js
12 lines (11 loc) • 324 B
TypeScript
import * as v1 from './v1';
declare const LustreClient: typeof v1.LustreClient;
type LustreClient = v1.LustreClient;
export { v1, LustreClient };
declare const _default: {
v1: typeof v1;
LustreClient: typeof v1.LustreClient;
};
export default _default;
import * as protos from '../protos/protos';
export { protos };