/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ import type { ExternalServiceInfo } from './ExternalServiceInfo'; export type LLMCredentialResponse = { name: string; value?: any; /** * The platform key */ platform: string; readonly service_info: ExternalServiceInfo; };