/** * This file was auto-generated by Fern from our API Definition. */ /** * * `API_KEY` - API Key * * `GOOGLE_SERVICE_ACCOUNT` - Google Service Account * * `OAUTH2` - OAuth2 */ export type AuthTypeEnum = "API_KEY" | "GOOGLE_SERVICE_ACCOUNT" | "OAUTH2"; export declare const AuthTypeEnum: { readonly ApiKey: "API_KEY"; readonly GoogleServiceAccount: "GOOGLE_SERVICE_ACCOUNT"; readonly Oauth2: "OAUTH2"; };