@google-cloud/dlp
Version:
12 lines (11 loc) • 352 B
TypeScript
import * as v2 from './v2';
declare const DlpServiceClient: typeof v2.DlpServiceClient;
type DlpServiceClient = v2.DlpServiceClient;
export { v2, DlpServiceClient };
declare const _default: {
v2: typeof v2;
DlpServiceClient: typeof v2.DlpServiceClient;
};
export default _default;
import * as protos from '../protos/protos';
export { protos };