@google-cloud/policy-troubleshooter-iam
Version:
14 lines (13 loc) • 505 B
TypeScript
import * as v3 from './v3';
import * as v3beta from './v3beta';
declare const PolicyTroubleshooterClient: typeof v3beta.PolicyTroubleshooterClient;
type PolicyTroubleshooterClient = v3beta.PolicyTroubleshooterClient;
export { v3, v3beta, PolicyTroubleshooterClient };
declare const _default: {
v3: typeof v3;
v3beta: typeof v3beta;
PolicyTroubleshooterClient: typeof v3beta.PolicyTroubleshooterClient;
};
export default _default;
import * as protos from '../protos/protos';
export { protos };