import type { ExternalServiceInfo } from './ExternalServiceInfo'; export type MaskedLLMCredential = { name: string; value?: any; /** * The platform key */ platform: string; readonly service_info: ExternalServiceInfo; };