CoolFace
Datasetpublic

basant307/AI_Governance_Project

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
0likes48downloads
validateNonInterActiveAuth.d.ts9 linesDownload Raw Back to src
1/**2 * @license3 * Copyright 2025 Google LLC4 * SPDX-License-Identifier: Apache-2.05 */6import type { Config } from '@qwen-code/qwen-code-core';7import { type LoadedSettings } from './config/settings.js';8export declare function validateNonInteractiveAuth(useExternalAuth: boolean | undefined, nonInteractiveConfig: Config, settings: LoadedSettings): Promise<Config>;9