refactor: use provider config type from split secret helper

This commit is contained in:
Peter Steinberger 2026-03-28 01:05:56 +00:00
parent 6c9126ec19
commit dc8486f5e6
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
import { isNonSecretApiKeyMarker } from "./model-auth-markers.js";
import type { ProviderConfig } from "./models-config.providers.js";
import type { ProviderConfig } from "./models-config.providers.secrets.js";
export type ExistingProviderConfig = ProviderConfig & {
apiKey?: string;