/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ import type { ServiceTypeEnum } from './ServiceTypeEnum'; /** * Serializer for listing external proxy services. */ export type ExternalProxyServiceList = { slug: string; display_name: string; service_type?: ServiceTypeEnum; is_enabled?: boolean; supports_async_jobs?: boolean; supports_streaming?: boolean; credential_name: string; readonly endpoint_count: number; };