@google-cloud/edgecontainer
Version:
Distributed Cloud Edge Container API client for Node.js
12 lines (11 loc) • 373 B
TypeScript
import * as v1 from './v1';
declare const EdgeContainerClient: typeof v1.EdgeContainerClient;
type EdgeContainerClient = v1.EdgeContainerClient;
export { v1, EdgeContainerClient };
declare const _default: {
v1: typeof v1;
EdgeContainerClient: typeof v1.EdgeContainerClient;
};
export default _default;
import * as protos from '../protos/protos';
export { protos };