UNPKG

googleapis

Version:
11 lines (10 loc) 434 B
/*! THIS FILE IS AUTO-GENERATED */ import { AuthPlus } from 'googleapis-common'; import { safebrowsing_v4 } from './v4'; export declare const VERSIONS: { v4: typeof safebrowsing_v4.Safebrowsing; }; export declare function safebrowsing(version: 'v4'): safebrowsing_v4.Safebrowsing; export declare function safebrowsing(options: safebrowsing_v4.Options): safebrowsing_v4.Safebrowsing; declare const auth: AuthPlus; export { auth };