/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ import type { ExternalServiceInfo } from './ExternalServiceInfo'; /** * Returns raw v2 schema with is_sensitive metadata. * Admin-only endpoint - students don't need schema access. */ export type IntegrationCredentialSchemaV2 = { name: string; schema?: any; readonly service_info: ExternalServiceInfo; };