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