@google-cloud/kms-inventory
Version:
15 lines (14 loc) • 644 B
TypeScript
import * as v1 from './v1';
declare const KeyDashboardServiceClient: typeof v1.KeyDashboardServiceClient;
type KeyDashboardServiceClient = v1.KeyDashboardServiceClient;
declare const KeyTrackingServiceClient: typeof v1.KeyTrackingServiceClient;
type KeyTrackingServiceClient = v1.KeyTrackingServiceClient;
export { v1, KeyDashboardServiceClient, KeyTrackingServiceClient };
declare const _default: {
v1: typeof v1;
KeyDashboardServiceClient: typeof v1.KeyDashboardServiceClient;
KeyTrackingServiceClient: typeof v1.KeyTrackingServiceClient;
};
export default _default;
import * as protos from '../protos/protos';
export { protos };