import type { AuthType } from 'librechat-data-provider'; export type ApiKeyFormData = { apiKey: string; authType?: string | AuthType; };