UNPKG

googleapis

Version:
11 lines (10 loc) 344 B
/*! THIS FILE IS AUTO-GENERATED */ import { AuthPlus } from 'googleapis-common'; import { iam_v1 } from './v1'; export declare const VERSIONS: { v1: typeof iam_v1.Iam; }; export declare function iam(version: 'v1'): iam_v1.Iam; export declare function iam(options: iam_v1.Options): iam_v1.Iam; declare const auth: AuthPlus; export { auth };