import type { UnifiedSchemaResponseDto } from '../schemas/UnifiedSchemaResponseDto'; export interface ServicesSchemaResponseDto extends UnifiedSchemaResponseDto { /** * This specifies the type of schema response */ type: 'services'; /** * Service yaml with inputs populated */ yaml?: string; }