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