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