@google-cloud/secret-manager
Version:
14 lines (13 loc) • 498 B
TypeScript
import * as v1 from './v1';
import * as v1beta2 from './v1beta2';
declare const SecretManagerServiceClient: typeof v1.SecretManagerServiceClient;
type SecretManagerServiceClient = v1.SecretManagerServiceClient;
export { v1, v1beta2, SecretManagerServiceClient };
declare const _default: {
v1: typeof v1;
v1beta2: typeof v1beta2;
SecretManagerServiceClient: typeof v1.SecretManagerServiceClient;
};
export default _default;
import * as protos from '../protos/protos';
export { protos };